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:
parent
461c610740
commit
77f04f964b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ write_files:
|
|||
%{ endfor ~}
|
||||
${container_image} \
|
||||
%{ if container_command != "" ~}
|
||||
${container_command} \
|
||||
"${container_command}" \
|
||||
%{ endif ~}
|
||||
%{ if container_args != "" ~}
|
||||
${container_args} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue