add ingress_cidr
This commit is contained in:
parent
6a88ac1065
commit
a71702f198
|
@ -35,4 +35,9 @@ variable "vpc_cidr" {
|
|||
variable "public_cidr" {
|
||||
description = "Public CIDR"
|
||||
default = "10.123.1.0/24"
|
||||
}
|
||||
}
|
||||
variable "ingress_cidr" {
|
||||
description = "CIDR that is allowed ingress access"
|
||||
default = "172.59.221.135/32"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue