Skip to content

Commit

Permalink
optional trueで起動待ちがなくなる
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-ruU1 committed Mar 27, 2024
1 parent 259ecb4 commit 0f9479c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion terraform/bpg/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ package_upgrade: true
ssh_pwauth: true
power_state:
mode: reboot
write_files:
- path: /etc/netplan/90-config.yaml
content: |
network:
ethernets:
eth0:
optional: true
permissions: "0600"
EOF

file_name = "cloud-config-${each.value.name}.yaml"
Expand Down

0 comments on commit 0f9479c

Please sign in to comment.