From b4efb0be0ac4315f2f4ac52955e58fc32ffe05d5 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 6 Sep 2019 15:49:42 -0400 Subject: [PATCH] update CHANGELOG for #9805 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedfb60342f..2330df3299e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] +* **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]