t
This commit is contained in:
parent
de0f432aff
commit
e8fab0ed54
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user