Skip to content

Commit cf0ece7

Browse files
committed
updated chnages for VPC ID
1 parent 2502518 commit cf0ece7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

examples/complete-cluster-mode/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ module "kms" {
5353
{
5454
type = "Service"
5555
identifiers = [
56-
"monitoring.rds.amazonaws.com",
57-
"rds.amazonaws.com",
56+
"elasticache.amazonaws.com"
5857
]
5958
}
6059
]

examples/complete/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ locals {
33
region = "us-east-2"
44
family = "redis6.x"
55
node_type = "cache.t3.small"
6-
vpc_id = "vpc-0220830b5260698db"
76
vpc_cidr = "10.0.0.0/16"
87
allowed_security_groups = ["sg-09b5da32f11bc36f"]
98
environment = "prod"
@@ -53,8 +52,7 @@ module "kms" {
5352
{
5453
type = "Service"
5554
identifiers = [
56-
"monitoring.rds.amazonaws.com",
57-
"rds.amazonaws.com",
55+
"elasticache.amazonaws.com"
5856
]
5957
}
6058
]

0 commit comments

Comments
 (0)