add vpc_cidr
This commit is contained in:
parent
360bc45e11
commit
5f9f239a15
|
@ -27,4 +27,8 @@ variable "aws_secret_key" {
|
||||||
variable "tls_key_algorithm" {
|
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