Skip to content

Commit

Permalink
Add comment for GCP firewall rules (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillAnastasiadis authored Jan 29, 2025
1 parent 40757c6 commit 98a757b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/gcp/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ resource "google_compute_subnetwork" "ha_subnet" {
}

# Network firewall rules
# All ports open for internal traffic, in line with what google suggests for cases like
# the load balancer and health checks. Outside traffic is only allowed through select ports.
resource "google_compute_firewall" "ha_firewall_allow_internal" {
name = "${local.deployment_name}-fw-internal"
network = local.vpc_name
Expand Down

0 comments on commit 98a757b

Please sign in to comment.