Update CHANGELOG for #18688

This commit is contained in:
Brian Flad 2018-09-13 11:26:48 -04:00 committed by GitHub
parent a47583d3a8
commit ea26053d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ IMPROVEMENTS:
* backend/manta: Deprecate the `objectName` attribute in favor of the new `object_name` attribute [GH-18759]
* backend/migrations: Migrate existing non-empty default states when the backend only supports named states [GH-18760]
* helper/resource: Add `ParallelTest()` function to allow opt-in acceptance testing concurrency with `t.Parallel()` [GH-18688]
* provider/terraform: `terraform_remote_state` now accepts complex backend configurations [GH-18759]
BUG FIXES: