Skip to content

Commit 303e5f0

Browse files
committed
fix: we can't use the vpc id here
1 parent d2a0a05 commit 303e5f0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/shared/data.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ data "aws_vpc" "current" {
88
}
99

1010
## Find the availability zones in the VPC
11-
data "aws_availability_zones" "current" {
12-
filter {
13-
name = "vpc-id"
14-
values = [var.vpc_id]
15-
}
16-
}
11+
data "aws_availability_zones" "current" {}

0 commit comments

Comments
 (0)