fix finaux
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -1,40 +1,40 @@
|
||||
#- project_name (string)
|
||||
#nom de projet
|
||||
variable "project_name" {
|
||||
description = "Nom du projet"
|
||||
type = string
|
||||
default = "automatisation-tp"
|
||||
}
|
||||
#- project_id (string)
|
||||
# id de projet
|
||||
variable "project_id" {
|
||||
description = "ID du projet"
|
||||
type = string
|
||||
default = "automatisation-tp"
|
||||
}
|
||||
# - region (string)
|
||||
# la region
|
||||
variable "region" {
|
||||
description = "Région du projet"
|
||||
type = string
|
||||
default = "us-central1"
|
||||
}
|
||||
# - frontend_cidr (string)
|
||||
# frontend
|
||||
variable "frontend_cidr" {
|
||||
description = "cidr du frontend"
|
||||
type = string
|
||||
default = "10.0.1.0/24"
|
||||
}
|
||||
# - backend_cidr (string)
|
||||
# backend
|
||||
variable "backend_cidr" {
|
||||
description = "cidr du backend"
|
||||
type = string
|
||||
default = "10.0.2.0/24"
|
||||
}
|
||||
# - database_cidr (string)
|
||||
# database
|
||||
variable "database_cidr" {
|
||||
description = "cidr du database"
|
||||
type = string
|
||||
default = "10.0.3.0/24"
|
||||
}
|
||||
# - ssh_source_ranges (string)
|
||||
# source ssh
|
||||
variable "ssh_source_ranges" {
|
||||
description = "Accès à internet"
|
||||
type = string
|
||||
|
Reference in New Issue
Block a user