first sync
Some checks failed
terraform validation / Terraform (push) Has been cancelled

This commit is contained in:
2025-01-22 19:12:49 +01:00
parent bb16277876
commit ce942eefa4
8 changed files with 162 additions and 1 deletions

View File

@ -0,0 +1,17 @@
# Ne doit pas être ici, on va fonctionner en mode liste qui se trouvera dans le fichier project.tf
variable "project" {
description = "GCP project ID"
type = string
}
variable "region" {
description = "GCP region"
type = string
default = "europe-west1"
}
#variable "file" {
# description = "GCP credential"
# type = string
# default = "creds/service-account-key.json"
#}