From 22f2dd32df135dbf8f8144f546000feb4685784d Mon Sep 17 00:00:00 2001 From: Denis Yuen Date: Wed, 30 Jul 2014 10:50:12 -0400 Subject: [PATCH] Correct formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f627f49..37959e6 100644 --- a/README.md +++ b/README.md @@ -522,8 +522,8 @@ Note that Ansible playbooks should be designed to run idempotently (and Ansible In order to specify regions and zones, JSON templates support two variables AWS\_REGION and AWS\_ZONE. By default, we provision in us-east-1 and randomly across zones. You can specify one or the other. For example, to provision in us-east-1 in zone a: - "AWS_REGION": "us-east-1", - "AWS_ZONE": "a", + "AWS_REGION": "us-east-1", + "AWS_ZONE": "a", ## AWS - Additional EBS Space