Skip to content

Commit

Permalink
Add missing parameter to aws_vpc
Browse files Browse the repository at this point in the history
Might not be needed but adding to keep parity with previous code
  • Loading branch information
lorenyu committed Jan 18, 2025
1 parent 3aa617f commit c8ccc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/modules/network/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module "aws_vpc" {
database_subnets = var.has_database ? ["10.0.5.0/24", "10.0.6.0/24", "10.0.7.0/24"] : []
database_subnet_tags = module.interface.database_subnet_tags
create_database_subnet_group = var.has_database
database_subnet_group_name = module.interface.database_subnet_group_name

# If application needs external services, then create one NAT gateway per availability zone
enable_nat_gateway = var.has_external_non_aws_service
Expand Down

0 comments on commit c8ccc18

Please sign in to comment.