fix
This commit is contained in:
@@ -8,4 +8,5 @@ output "id_subnetwork" {
|
||||
backend = google_compute_subnetwork.backend_subnet.id,
|
||||
database = google_compute_subnetwork.database_subnet.id
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,29 +1,28 @@
|
||||
#- project_name (string)
|
||||
|
||||
variable "project_name" {
|
||||
description = "Nom du projet"
|
||||
type = string
|
||||
}
|
||||
# - region (string)
|
||||
|
||||
variable "region" {
|
||||
description = "Région du projet"
|
||||
type = string
|
||||
}
|
||||
# - frontend_cidr (string)
|
||||
|
||||
variable "frontend_cidr" {
|
||||
description = "cidr du frontend"
|
||||
type = string
|
||||
}
|
||||
# - backend_cidr (string)
|
||||
|
||||
variable "backend_cidr" {
|
||||
description = "cidr du backend"
|
||||
type = string
|
||||
}
|
||||
# - database_cidr (string)
|
||||
|
||||
variable "database_cidr" {
|
||||
description = "cidr du database"
|
||||
type = string
|
||||
}
|
||||
# - ssh_source_ranges (string)
|
||||
variable "ssh_source_ranges" {
|
||||
description = "Accès à internet"
|
||||
type = string
|
||||
|
Reference in New Issue
Block a user