(MODE-11365) Testing witout cloud init part of user data.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 14:53:19 +02:00
parent 8ebb5d0238
commit 81c3420c8f

View file

@ -44,12 +44,11 @@ data "template_file" "shell-script" {
} }
data "template_cloudinit_config" "cloudinit" { data "template_cloudinit_config" "cloudinit" {
part { # part {
filename = "init.cfg" # filename = "init.cfg"
content_type = "text/cloud-config" # content_type = "text/cloud-config"
content = "${data.template_file.cloud_init.rendered}" # content = "${data.template_file.cloud_init.rendered}"
} # }
part { part {
content_type = "text/x-shellscript" content_type = "text/x-shellscript"
content = "${data.template_file.shell-script.rendered}" content = "${data.template_file.shell-script.rendered}"