diff --git a/CHANGELOG.md b/CHANGELOG.md index d714a35d9..906fb8288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ BUG FIXES: * provider/aws: Fix a bug where listener protocol on `aws_elb` resources was case insensitive [GH-5376] * provider/aws: Fix a bug which caused panics creating rules on security groups in EC2 Classic [GH-5329] * provider/aws: Fix error with parsing JSON in `aws_s3_bucket` policy attribute [GH-5474] + * provider/aws: Fix EC2 Classic SG Rule issue when referencing rules by name [GH-5533] * provider/google: Fix managed instance group preemptible instance creation [GH-4834] * provider/openstack: Account for a 403 reply when os-tenant-networks is disabled [GH-5432] * provider/openstack: Fix crashing during certain network updates in instances [GH-5365]