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 58b5477 commit 10e299bCopy full SHA for 10e299b
README.md
@@ -13,7 +13,7 @@ module "example_redis" {
13
namespace = "general"
14
name = "redis"
15
stage = "prod"
16
- zone_id = "${var.route52_zone_id}"
+ zone_id = "${var.route53_zone_id}"
17
security_groups = ["${var.security_group_id}"]
18
19
vpc_id = "${var.vpc_id}"
0 commit comments