This commit is contained in:
17
variables.tf
17
variables.tf
@ -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"
|
||||
#}
|
||||
|
Reference in New Issue
Block a user