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