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.
1 parent 4f8131a commit 5896240Copy full SHA for 5896240
main.tf
@@ -51,7 +51,7 @@ resource "aws_autoscaling_group" "ASG" {
51
version = "$Latest"
52
}
53
54
- vpc_zone_identifier = coalescelist(var.subnet_ids, data.aws_subnet_ids.subnets.ids)
+ vpc_zone_identifier = coalescelist(var.subnet_ids,tolist(data.aws_subnet_ids.subnets.ids))
55
termination_policies = ["OldestInstance"]
56
57
tag {
0 commit comments