forked from pierront/but3-iac
.
This commit is contained in:
@@ -1,19 +1,11 @@
|
||||
# définissez toutes les variables nécessaires avec des valeurs par défaut appropriées.
|
||||
|
||||
# variable "project_id" {
|
||||
# description = "ID du projet GCP"
|
||||
# type = string
|
||||
# default = "mon-projet"
|
||||
# }
|
||||
|
||||
variable "project_name" {
|
||||
description = "Nom du projet"
|
||||
description = "Nom du projet cidr"
|
||||
type = string
|
||||
default = "My First Project"
|
||||
default = "My Firdt Project"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
description = "Region du projet"
|
||||
description = "region du cidr"
|
||||
type = string
|
||||
default = "europe-west9"
|
||||
}
|
||||
@@ -37,13 +29,28 @@ variable "database_cidr" {
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges" {
|
||||
description = ""
|
||||
description = "ssh_source_range du projet cidr"
|
||||
type = string
|
||||
default = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
|
||||
variable "project_id" {
|
||||
description = "ID du projet"
|
||||
description = "id du projet"
|
||||
type = string
|
||||
default = "plenary-plane-478713-q1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
variable "instance_type" {
|
||||
description = "type d'instance de vm"
|
||||
type = string
|
||||
default = "e2-micro"
|
||||
}
|
||||
|
||||
|
||||
variable "zone" {
|
||||
description = "zone du projet"
|
||||
type = string
|
||||
default = "europe-west9-b"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user