WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 09:00:06 +01:00
parent e7e0840e6a
commit 9f94e670cb
3 changed files with 23 additions and 16 deletions

View File

@@ -79,9 +79,3 @@ resource "google_compute_firewall" "backend_to_database" {
source_tags = ["backend"]
target_tags = ["database"]
}
provider "google" {
project = var.project_id
region = var.region
}