Commit 10e299b0 authored by Christopher Riley's avatar Christopher Riley Committed by Erik Osterman

Fix Typo in README.md (#6)

parent 58b54777
...@@ -13,7 +13,7 @@ module "example_redis" { ...@@ -13,7 +13,7 @@ module "example_redis" {
namespace = "general" namespace = "general"
name = "redis" name = "redis"
stage = "prod" stage = "prod"
zone_id = "${var.route52_zone_id}" zone_id = "${var.route53_zone_id}"
security_groups = ["${var.security_group_id}"] security_groups = ["${var.security_group_id}"]
vpc_id = "${var.vpc_id}" vpc_id = "${var.vpc_id}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment