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 9c457b5 + 5896240 commit 97e0b3cCopy full SHA for 97e0b3c
main.tf
@@ -51,7 +51,7 @@ resource "aws_autoscaling_group" "ASG" {
51
version = "$Latest"
52
}
53
54
- vpc_zone_identifier = coalescelist(var.subnet_ids, list(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