WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 09:08:52 +01:00
parent 9f94e670cb
commit f0f493c212
2 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ terraform {
}
provider "google" {
project = var.project_id
project = var.project_name
region = var.region
}