Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur committed Jun 28, 2023
1 parent f300e58 commit f33d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/autoscalinggroup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data "aws_vpc" "default" {
data "aws_subnets" "all" {
filter {
name = "vpc-id"
values = [var.vpc_id]
values = [data.aws_vpc.default.id]
}
}

Expand Down

0 comments on commit f33d7ab

Please sign in to comment.