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.
1 parent 2502518 commit cf0ece7Copy full SHA for cf0ece7
examples/complete-cluster-mode/main.tf
@@ -53,8 +53,7 @@ module "kms" {
53
{
54
type = "Service"
55
identifiers = [
56
- "monitoring.rds.amazonaws.com",
57
- "rds.amazonaws.com",
+ "elasticache.amazonaws.com"
58
]
59
}
60
examples/complete/main.tf
@@ -3,7 +3,6 @@ locals {
3
region = "us-east-2"
4
family = "redis6.x"
5
node_type = "cache.t3.small"
6
- vpc_id = "vpc-0220830b5260698db"
7
vpc_cidr = "10.0.0.0/16"
8
allowed_security_groups = ["sg-09b5da32f11bc36f"]
9
environment = "prod"
@@ -53,8 +52,7 @@ module "kms" {
52
0 commit comments