forked from pierront/but3-iac
presque fini (je pense)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Commentaire
|
||||
variable "project_name" {
|
||||
type = string
|
||||
description = "but3-iac"
|
||||
description = "Nom logique du projet"
|
||||
default = "projet-virtualisation"
|
||||
}
|
||||
|
||||
@@ -38,14 +37,13 @@ variable "database_cidr" {
|
||||
variable "ssh_source_ranges" {
|
||||
type = string
|
||||
description = "Plages d’adresses autorisées à se connecter en SSH"
|
||||
default = "0.0.0.0/0"
|
||||
|
||||
default = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
variable "project_id"{
|
||||
description = "id du projet"
|
||||
type = string
|
||||
default = "projet-virtualisation-478713"
|
||||
variable "project_id" {
|
||||
description = "ID du projet GCP"
|
||||
type = string
|
||||
default = "projet-virtualisation-478713"
|
||||
}
|
||||
|
||||
variable "instance_type" {
|
||||
|
||||
Reference in New Issue
Block a user