Skip to content

Commit

Permalink
Update infrastructure/networking.tf
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
avrohomgottlieb and davidsmejia authored Nov 22, 2024
1 parent 3a0fc2f commit 127f372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ resource "aws_db_subnet_group" "scpca_portal" {
# Get the API a static IP address.
resource "aws_eip" "scpca_portal_api_ip" {
vpc = true
# TODO: replace vpc with domain after upgrade
# domain = "vpc"

tags = merge(
Expand Down

0 comments on commit 127f372

Please sign in to comment.