Skip to content

Commit

Permalink
Update CHANGELOG.md for hashicorp#30828
Browse files Browse the repository at this point in the history
  • Loading branch information
changelogbot authored and danielw-aws committed May 31, 2023
1 parent b0f1be7 commit 765de40
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ BUG FIXES:

## 4.64.0 (April 20, 2023)

BREAKING CHANGES:

* data-source/aws_iam_policy_document: `source_json` and `override_json` have been removed -- use `source_policy_documents` and `override_policy_documents`, respectively, instead ([#30829](https://github.com/hashicorp/terraform-provider-aws/issues/30829))
* resource/aws_autoscaling_attachment: `alb_target_group_arn` has been removed -- use `lb_target_group_arn` instead ([#30828](https://github.com/hashicorp/terraform-provider-aws/issues/30828))

NOTES:

* resource/aws_autoscaling_attachment: Update configurations to use `lb_target_group_arn` instead of `alb_target_group_arn` which has been removed ([#30828](https://github.com/hashicorp/terraform-provider-aws/issues/30828))

FEATURES:

* **New Data Source:** `aws_dms_endpoint` ([#30717](https://github.com/hashicorp/terraform-provider-aws/issues/30717))
Expand Down

0 comments on commit 765de40

Please sign in to comment.