Skip to content

Commit

Permalink
add vpc igw_id to subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaucier-sf committed May 19, 2023
1 parent 71213d5 commit 16882bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ module "custom_subnets" {
create_aws_network_acl = false
default_network_acl_id = module.vpc.vpc_default_network_acl_id
vpc_id = module.vpc.vpc_id
igw_id = module.vpc.igw_id
private_subnets = var.custom_private_subnets
public_subnets = var.custom_public_subnets

Expand Down

0 comments on commit 16882bc

Please sign in to comment.