diff --git a/infrastructure/cloud/modules/networking/vpc.tf b/infrastructure/cloud/modules/networking/vpc.tf index 5e79ecd5..3b34ea3a 100644 --- a/infrastructure/cloud/modules/networking/vpc.tf +++ b/infrastructure/cloud/modules/networking/vpc.tf @@ -1,5 +1,4 @@ data "aws_vpc" "default" { - default = true } data "aws_subnets" "default_public" {