Skip to content

Commit

Permalink
fix: updated vpc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jun 7, 2023
1 parent a2c7528 commit bcca86d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _example/single-account/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ module "transit-gateway" {
vpc_attachement_create = false # Enable After once create the subnets
vpc_id = module.vpc.vpc_id
destination_cidr_block = ["192.168.0.0/16"]

}

module "vpc-attachement" {
Expand All @@ -95,4 +94,4 @@ module "vpc-attachement" {
vpc_attachement_create = false # Enable After once create the subnets
use_existing_transit_gateway_id = true
transit_gateway_id = module.transit-gateway.transit_gateway_id
}
}

0 comments on commit bcca86d

Please sign in to comment.