add ingress_cidr
This commit is contained in:
parent
6a88ac1065
commit
a71702f198
|
@ -36,3 +36,8 @@ variable "public_cidr" {
|
||||||
description = "Public CIDR"
|
description = "Public CIDR"
|
||||||
default = "10.123.1.0/24"
|
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