Skip to content

Commit

Permalink
Merge pull request #1 from springload/feature/list-function-deprecated
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
b-jam authored May 11, 2021
2 parents 9c457b5 + 5896240 commit 97e0b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "aws_autoscaling_group" "ASG" {
version = "$Latest"
}

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))
termination_policies = ["OldestInstance"]

tag {
Expand Down

0 comments on commit 97e0b3c

Please sign in to comment.