terraform-gcp-projet/variables.tf
hcornet ce942eefa4
Some checks failed
terraform validation / Terraform (push) Has been cancelled
first sync
2025-01-22 19:12:49 +01:00

18 lines
416 B
HCL

# 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"
#}