Skip to content

Commit

Permalink
Update CHANGELOG.md for #26553
Browse files Browse the repository at this point in the history
  • Loading branch information
changelogbot committed Aug 31, 2022
1 parent 53a488d commit 294acce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

NOTES:

* resource/aws_default_security_group: With AWS's retirement of EC2-Classic, `aws_default_security_group` has been updated to remove support for EC2-Classic ([#26553](https://github.com/hashicorp/terraform-provider-aws/issues/26553))
* resource/aws_instance: With the retirement of EC2-Classic, `aws_instance` has been updated to remove support for EC2-Classic ([#26532](https://github.com/hashicorp/terraform-provider-aws/issues/26532))
* resource/aws_security_group: With AWS's retirement of EC2-Classic, `aws_security_group` has been updated to remove support for EC2-Classic ([#26553](https://github.com/hashicorp/terraform-provider-aws/issues/26553))
* resource/aws_security_group_rule: With AWS's retirement of EC2-Classic, `aws_security_group_rule` has been updated to remove support for EC2-Classic ([#26553](https://github.com/hashicorp/terraform-provider-aws/issues/26553))

FEATURES:

Expand All @@ -24,6 +27,10 @@ ENHANCEMENTS:
* resource/aws_wafv2_web_acl: Add `cookies` attribute to the `field_to_match` block ([#25845](https://github.com/hashicorp/terraform-provider-aws/issues/25845))
* resource/aws_wafv2_web_acl: Add `json_body` attribute to the `field_to_match` block ([#24772](https://github.com/hashicorp/terraform-provider-aws/issues/24772))

BUG FIXES:

* resource/aws_security_group: Fix complex dependency violations such as using a security group with an EMR cluster ([#26553](https://github.com/hashicorp/terraform-provider-aws/issues/26553))

## 4.28.0 (August 26, 2022)

NOTES:
Expand Down

0 comments on commit 294acce

Please sign in to comment.