Skip to content

Commit 10e299b

Browse files
Christopher Rileyosterman
authored andcommitted
Fix Typo in README.md (cloudposse#6)
1 parent 58b5477 commit 10e299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "example_redis" {
1313
namespace = "general"
1414
name = "redis"
1515
stage = "prod"
16-
zone_id = "${var.route52_zone_id}"
16+
zone_id = "${var.route53_zone_id}"
1717
security_groups = ["${var.security_group_id}"]
1818
1919
vpc_id = "${var.vpc_id}"

0 commit comments

Comments
 (0)