Changed math example to use spaces between math operator
This commit is contained in:
parent
30d57bf1ec
commit
ca252ccee9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue