add vpc_cidr
This commit is contained in:
parent
360bc45e11
commit
5f9f239a15
|
@ -28,3 +28,7 @@ variable "tls_key_algorithm" {
|
||||||
default = "RSA"
|
default = "RSA"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
variable "vpc_cidr" {
|
||||||
|
description = "VPC CIDR"
|
||||||
|
default = "10.123.0.0/16"
|
||||||
|
}
|
Loading…
Reference in New Issue