Skip to content

Commit

Permalink
domain should be "vpc" (not true)
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Sep 11, 2024
1 parent ef75619 commit 16ce2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "aws_eip" "gateway_eip" {
app_name = var.app_name
app_env = var.app_env
}
domain = true
domain = "vpc"
}

resource "aws_nat_gateway" "nat_gateway" {
Expand Down

0 comments on commit 16ce2cf

Please sign in to comment.