Skip to content

Commit a839a21

Browse files
authored
Merge pull request azavea#22 from miguelaferreira/patch-1
Fix input variable name in example
2 parents 380a58f + 66fd30f commit a839a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "container_service_cluster" {
2020
ami_id = "ami-b2df2ca4"
2121
instance_type = "t2.micro"
2222
key_name = "hector"
23-
cloud_config = "${data.template_file.container_instance_cloud_config.rendered}"
23+
cloud_config_content = "${data.template_file.container_instance_cloud_config.rendered}"
2424
2525
root_block_device_type = "gp2"
2626
root_block_device_size = "10"

0 commit comments

Comments
 (0)