Skip to content

Commit

Permalink
Merge branch 'master' into TDRD-447-rds-keycloak-upgrade-v16-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vimleshtna authored Dec 19, 2024
2 parents fef484a + e2948da commit 95224b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion da-terraform-modules
2 changes: 1 addition & 1 deletion modules/shared-vpc/root.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "aws_route" "internet_access" {
# Create a NAT gateway with an Elastic IP for each private subnet to get internet connectivity
resource "aws_eip" "gw" {
count = var.az_count
vpc = true
domain = "vpc"
depends_on = [aws_internet_gateway.gw]

tags = merge(
Expand Down
2 changes: 1 addition & 1 deletion tdr-terraform-modules

0 comments on commit 95224b6

Please sign in to comment.