Changed math example to use spaces between math operator

This commit is contained in:
Cameron Stokes 2015-08-04 11:12:24 -07:00
parent 30d57bf1ec
commit ca252ccee9
1 changed files with 2 additions and 2 deletions

View File

@ -557,7 +557,7 @@ FEATURES:
less likely to become corrupt in a catastrophic case: terraform panic
or system killing Terraform.
* **Math operations** in interpolations. You can now do things like
`${count.index+1}`. [GH-1068]
`${count.index + 1}`. [GH-1068]
* **New AWS SDK:** Move to `aws-sdk-go` (hashicorp/aws-sdk-go),
a fork of the official `awslabs` repo. We forked for stability while
`awslabs` refactored the library, and will move back to the officially