Remove redundant comment for firewall resource and adjust script termination

google-cloud-platform
Piwccle 2025-09-24 12:54:56 +02:00
parent 7f87a759c0
commit 9794594f6e
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ resource "google_project_iam_member" "iam_project_role" {
member = "serviceAccount:${google_service_account.service_account.email}"
}
# Firewall (similar ports to your AWS SG)
resource "google_compute_firewall" "firewall" {
name = lower("${var.stackName}-firewall")
network = "default"