This commit is contained in:
Florian GENIQUE 2024-12-06 15:16:39 +01:00
parent de0f432aff
commit e8fab0ed54

View File

@ -13,16 +13,19 @@ variable "zone" {
variable "frontend_cidr" {
description = "range_front"
type = string
default = "10.0.1.0/24"
}
variable "backend_cidr" {
description = "range_back"
type = string
default = "10.0.2.0/24"
}
variable "database_cidr" {
description = "range_database"
type = string
default = "10.0.3.0/24"
}