We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380a58f + 66fd30f commit a839a21Copy full SHA for a839a21
README.md
@@ -20,7 +20,7 @@ module "container_service_cluster" {
20
ami_id = "ami-b2df2ca4"
21
instance_type = "t2.micro"
22
key_name = "hector"
23
- cloud_config = "${data.template_file.container_instance_cloud_config.rendered}"
+ cloud_config_content = "${data.template_file.container_instance_cloud_config.rendered}"
24
25
root_block_device_type = "gp2"
26
root_block_device_size = "10"
0 commit comments