Skip to content

Commit

Permalink
Update CHANGELOG.md for #22664
Browse files Browse the repository at this point in the history
  • Loading branch information
changelogbot authored and anGie44 committed Jan 25, 2022
1 parent 3d822ed commit 876dab7
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 @@ -47,6 +47,11 @@ BUG FIXES:

## 3.73.0 (January 21, 2022)

NOTES:

* resource/aws_route: The `instance_id` argument has been deprecated. All configurations using `instance_id` should be updated to use the `network_interface_id` argument instead ([#22664](https://github.com/hashicorp/terraform-provider-aws/issues/22664))
* resource/aws_route_table: The `instance_id` argument of the `route` configuration block has been deprecated. All configurations using `route` `instance_id` should be updated to use the `route` `network_interface_id` argument instead ([#22664](https://github.com/hashicorp/terraform-provider-aws/issues/22664))

FEATURES:

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

0 comments on commit 876dab7

Please sign in to comment.