forked from pierront/but3-iac
maj
This commit is contained in:
@@ -14,8 +14,9 @@ variable "region" {
|
|||||||
description = "region "
|
description = "region "
|
||||||
type = string
|
type = string
|
||||||
default = "europe-west9"
|
default = "europe-west9"
|
||||||
|
}
|
||||||
|
|
||||||
}variable "frontend_cidr" {
|
variable "frontend_cidr" {
|
||||||
description = "CIDR for frontend subnet"
|
description = "CIDR for frontend subnet"
|
||||||
type = string
|
type = string
|
||||||
default = "10.0.1.0/24"
|
default = "10.0.1.0/24"
|
||||||
|
|||||||
Reference in New Issue
Block a user