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