This commit is contained in:
Jean-Luc NELET 2024-12-04 16:23:57 +01:00
parent 6fb32e15f6
commit 39e0038d7e

View File

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