Skip to content

Commit d884cda

Browse files
committed
remove commented test
1 parent 2a36a74 commit d884cda

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

main.tf

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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-
# }

0 commit comments

Comments
 (0)