Skip to content

Commit

Permalink
use latest da-terraform-modules, tdr-terraform-modules, vpc=true is n…
Browse files Browse the repository at this point in the history
…ow domain=vpc (#561)
  • Loading branch information
ian-hoyle authored Dec 19, 2024
1 parent e1fe7f9 commit e2948da
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 e2948da

Please sign in to comment.