File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -80,33 +80,3 @@ resource "aws_cloudformation_stack" "this" {
8080 { Name : " ${ var . name } -stack" }
8181 )
8282}
83-
84- # resource "local_file" "foo" {
85- # content = templatefile("${path.module}/cloudformation.yml.tpl", {
86- # description = var.description
87- # # instance_profile = aws_iam_instance_profile.this.arn
88- # instance_profile = "arn:goes:here"
89- # instance_types = var.instance_types
90- # key_pair = var.key_pair
91- # license_config_arns = var.license_config_arns
92- # log_bucket = var.log_bucket
93- # log_prefix = var.log_prefix
94- # name = var.name
95- # recipe_arn = var.recipe_arn
96- # regions = var.regions
97- # schedule = var.schedule
98- # security_groups = var.security_groups
99- # shared_accounts = var.shared_accounts
100- # sns_topic = var.sns_topic
101- # status = var.status
102- # subnet = var.subnet
103- # terminate_on_failure = var.terminate_on_failure
104- # test_config = var.test_config
105-
106- # tags = merge(
107- # var.tags,
108- # { Name : var.name }
109- # )
110- # })
111- # filename = "${path.module}/test.yml"
112- # }
You can’t perform that action at this time.
0 commit comments