Skip to content

Commit a5ccd27

Browse files
committed
remove VPC block from example
1 parent 5afa22e commit a5ccd27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/redis-cluster/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ module "elasticache" {
3838
# Security Group
3939
vpc_id = module.vpc.vpc_id
4040
security_group_rules = {
41-
ingress_vpc = {
42-
# Default type is `ingress`
43-
# Default port is based on the default engine port
44-
description = "VPC traffic"
45-
cidr_ipv4 = module.vpc.vpc_cidr_block
46-
}
4741
ingress-self-redis = {
4842
type = "ingress"
4943
referenced_security_group_id = "self"

0 commit comments

Comments
 (0)