cloud-demo/terraform/cloud-init/network-config.yaml.tpl
CodeGit 5c2080a73b
Some checks failed
terraform / validate (push) Waiting to run
build-hello-app / build-and-push (push) Has been cancelled
initial scaffold
2026-08-18 20:22:42 +01:00

8 lines
148 B
Smarty

version: 2
ethernets:
eth0:
addresses:
- ${ip}/${prefix_length}
gateway4: ${gateway}
nameservers:
addresses: [${gateway}]