t
This commit is contained in:
parent
de0f432aff
commit
e8fab0ed54
@ -13,16 +13,19 @@ variable "zone" {
|
|||||||
variable "frontend_cidr" {
|
variable "frontend_cidr" {
|
||||||
description = "range_front"
|
description = "range_front"
|
||||||
type = string
|
type = string
|
||||||
|
default = "10.0.1.0/24"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "backend_cidr" {
|
variable "backend_cidr" {
|
||||||
description = "range_back"
|
description = "range_back"
|
||||||
type = string
|
type = string
|
||||||
|
default = "10.0.2.0/24"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "database_cidr" {
|
variable "database_cidr" {
|
||||||
description = "range_database"
|
description = "range_database"
|
||||||
type = string
|
type = string
|
||||||
|
default = "10.0.3.0/24"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user