(MODE-11365) Testing witout cloud init part of user data.
This commit is contained in:
parent
8ebb5d0238
commit
81c3420c8f
1 changed files with 5 additions and 6 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue