Skip to content

Commit

Permalink
Update CHANGELOG for #10013
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad authored Sep 6, 2019
1 parent 268d49c commit 6daaa74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## 2.28.0 (Unreleased)

NOTES:

* resource/aws_cloudfront_distribution: This attribute implemented a legacy Terraform library (flatmap), which does not work with Terraform 0.12's data types and whose only usage was on this single attribute across all Terraform Providers. The attribute now implements (in the closest approximation to the previous implementation) the nested object data into the Terraform state in all Terraform versions. Any references to nested attributes such as `active_trusted_signers.enabled` will need to be updated to `active_trusted_signers.0.enabled`. [GH-10013]

ENHANCEMENTS:

* data-source/aws_eks_cluster: Add `identity` attribute (support getting OIDC issuer URL) [GH-10006]
* resource/aws_eks_cluster: Add `identity` attribute (support getting OIDC issuer URL) [GH-10006]

BUG FIXES:

* resource/aws_cloudfront_distribution: Support accessing `active_trusted_signers` attribute `items` in Terraform 0.12 [GH-10013]
* resource/aws_cognito_user_pool: Fix perpetual diffs on `sms_verification_message` [GH-9758]

## 2.27.0 (September 05, 2019)
Expand Down

0 comments on commit 6daaa74

Please sign in to comment.