1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-21 06:48:08 +00:00

Update cloud-init.yaml.tftpl

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jason Hall 2025-11-27 22:43:20 -06:00 committed by GitHub
parent 461c610740
commit 77f04f964b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ write_files:
%{ endfor ~}
${container_image} \
%{ if container_command != "" ~}
${container_command} \
"${container_command}" \
%{ endif ~}
%{ if container_args != "" ~}
${container_args} \