Skip to content

Commit

Permalink
update CHANGELOG for #9805
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken authored Sep 6, 2019
1 parent 8a3614e commit b4efb0b
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
Expand Up @@ -4,6 +4,11 @@ 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]

FEATURES:

* **New Data Source:** `aws_route53_resolver_rule` [GH-9805]

This comment has been minimized.

Copy link
@mikecook

mikecook Sep 9, 2019

This PR number (and the one below) is transposed, it should be GH-9085

* **New Data Source:** `aws_route53_resolver_rules` [GH-9805]

ENHANCEMENTS:

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

0 comments on commit b4efb0b

Please sign in to comment.