mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Changed math example to use spaces between math operator
This commit is contained in:
parent
30d57bf1ec
commit
ca252ccee9
@ -17,7 +17,7 @@ IMPROVEMENTS:
|
|||||||
* provider/aws: Allow configuration of the DynamoDB Endpoint [GH-2825]
|
* provider/aws: Allow configuration of the DynamoDB Endpoint [GH-2825]
|
||||||
* provider/aws: Compute private ip addresses of ENIs if they are not specified [GH-2743]
|
* provider/aws: Compute private ip addresses of ENIs if they are not specified [GH-2743]
|
||||||
* provider/azure: Allow `settings_file` to accept XML string [GH-2922]
|
* provider/azure: Allow `settings_file` to accept XML string [GH-2922]
|
||||||
* provider/azure: Provide a simpler error when using a Platform Image without a
|
* provider/azure: Provide a simpler error when using a Platform Image without a
|
||||||
Storage Service [GH-2861]
|
Storage Service [GH-2861]
|
||||||
* provider/google: `account_file` is now expected to be JSON. Paths are still supported for
|
* provider/google: `account_file` is now expected to be JSON. Paths are still supported for
|
||||||
backwards compatibility. [GH-2839]
|
backwards compatibility. [GH-2839]
|
||||||
@ -557,7 +557,7 @@ FEATURES:
|
|||||||
less likely to become corrupt in a catastrophic case: terraform panic
|
less likely to become corrupt in a catastrophic case: terraform panic
|
||||||
or system killing Terraform.
|
or system killing Terraform.
|
||||||
* **Math operations** in interpolations. You can now do things like
|
* **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),
|
* **New AWS SDK:** Move to `aws-sdk-go` (hashicorp/aws-sdk-go),
|
||||||
a fork of the official `awslabs` repo. We forked for stability while
|
a fork of the official `awslabs` repo. We forked for stability while
|
||||||
`awslabs` refactored the library, and will move back to the officially
|
`awslabs` refactored the library, and will move back to the officially
|
||||||
|
Loading…
Reference in New Issue
Block a user