Skip to content

Commit

Permalink
fix vpc
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi committed Feb 12, 2024
1 parent 12feac6 commit e2336a0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ data "aws_subnet" "exisiting_subnet" {
availability_zone = "us-east-2b"
}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.19.0"

name = "envoy-ci-${var.os}-${var.arch}"
cidr = "10.0.0.0/16"

azs = ["us-east-2b"]
private_subnets = []
public_subnets = ["10.0.101.0/24"]
}

module "security_group" {
source = "terraform-aws-modules/security-group/aws//modules/ssh"
version = "4.17.1"
Expand Down

0 comments on commit e2336a0

Please sign in to comment.