Skip to content

Commit 81e45d0

Browse files
authored
refactor: update default ingress_cidr_blocks (#35)
* refactor: update default ingress_cidr_blocks * chore: update docs
1 parent a9b007e commit 81e45d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ description: |-
2121
enabled: true
2222
name: "elasticache-redis"
2323
family: redis6.x
24-
ingress_cidr_blocks: []
2524
egress_cidr_blocks: ["0.0.0.0/0"]
2625
port: 6379
2726
at_rest_encryption_enabled: true

src/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ variable "port" {
2828
variable "ingress_cidr_blocks" {
2929
type = list(string)
3030
description = "CIDR blocks for permitted ingress"
31+
default = []
3132
}
3233

3334
variable "allow_all_egress" {

0 commit comments

Comments
 (0)