Skip to content

Commit

Permalink
Removed default=true filter so that it will get the current available…
Browse files Browse the repository at this point in the history
… vpc in any AWS env.
  • Loading branch information
Ronaldo Macapobre committed Aug 6, 2024
1 parent bcd3367 commit 1630c3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/cloud/modules/networking/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
data "aws_vpc" "default" {
default = true
}

data "aws_subnets" "default_public" {
Expand Down

0 comments on commit 1630c3e

Please sign in to comment.