terraform-gcp-projet/variables.tf
hcornet 5342ac176b
Some checks failed
terraform validation / Terraform (push) Failing after 16s
Remove Project Id file
2025-01-22 21:13:24 +01:00

18 lines
420 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"
#}