ok
All checks were successful
terraform validation / Terraform (push) Successful in 18s

This commit is contained in:
Hubert Cornet 2025-01-22 21:14:45 +01:00
parent 5342ac176b
commit 33ea5df7db

View File

@ -8,7 +8,7 @@ terraform {
}
provider "google" {
project = var.project
# project = var.project
region = var.region
# credentials = var.file
}