Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Jul 30, 2014
1 parent 90bff62 commit 22f2dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22f2dd3

Please sign in to comment.