We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ingress_cidr_blocks
1 parent a9b007e commit 81e45d0Copy full SHA for 81e45d0
README.yaml
@@ -21,7 +21,6 @@ description: |-
21
enabled: true
22
name: "elasticache-redis"
23
family: redis6.x
24
- ingress_cidr_blocks: []
25
egress_cidr_blocks: ["0.0.0.0/0"]
26
port: 6379
27
at_rest_encryption_enabled: true
src/variables.tf
@@ -28,6 +28,7 @@ variable "port" {
28
variable "ingress_cidr_blocks" {
29
type = list(string)
30
description = "CIDR blocks for permitted ingress"
31
+ default = []
32
}
33
34
variable "allow_all_egress" {
0 commit comments