(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" {
part {
filename = "init.cfg"
content_type = "text/cloud-config"
content = "${data.template_file.cloud_init.rendered}"
}
# part {
# filename = "init.cfg"
# content_type = "text/cloud-config"
# content = "${data.template_file.cloud_init.rendered}"
# }
part {
content_type = "text/x-shellscript"
content = "${data.template_file.shell-script.rendered}"