mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
19 lines
532 B
JSON
19 lines
532 B
JSON
{
|
|
"version": 4,
|
|
"terraform_version": "1.5.7",
|
|
"serial": 3,
|
|
"lineage": "0a6a74be-5948-1b78-61c9-d523dd42e97c",
|
|
"outputs": {
|
|
"k3s_token": {
|
|
"value": "To get the node token, run: ssh -p 22422 junv@192.168.1.2 'sudo cat /var/lib/rancher/k3s/server/node-token'",
|
|
"type": "string"
|
|
},
|
|
"kubeconfig_command": {
|
|
"value": "To get the kubeconfig, run: scp -P 22422 junv@192.168.1.2:/etc/rancher/k3s/k3s.yaml ~/.kube/config",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"resources": [],
|
|
"check_results": null
|
|
}
|