Skip to content

Commit

Permalink
remove default-vpc module because it's virtually pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
bryborge committed Mar 28, 2024
1 parent 95eeda4 commit 887cd7c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 58 deletions.
12 changes: 9 additions & 3 deletions aws/environments/production/_bootstrap/default-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ provider "aws" {
}
}

module "default_vpc" {
source = "../../../../modules/default-vpc"
}
################################################################################
# DEFAULT VPC
################################################################################

resource "aws_default_vpc" "default_vpc" {}

################################################################################
# DEFAULT SUBNETS
################################################################################

resource "aws_subnet" "default_subnet_1" {
vpc_id = "vpc-0b5fe43c706844ec9"
Expand Down
43 changes: 0 additions & 43 deletions aws/modules/default-vpc/README.md

This file was deleted.

1 change: 0 additions & 1 deletion aws/modules/default-vpc/main.tf

This file was deleted.

11 changes: 0 additions & 11 deletions aws/modules/default-vpc/providers.tf

This file was deleted.

0 comments on commit 887cd7c

Please sign in to comment.