Update CHANGELOG.md
This commit is contained in:
parent
b6a54bb14f
commit
09dc63282a
|
@ -12,6 +12,7 @@ BUG FIXES:
|
||||||
* provider/aws: `storage_class` is now correctly treated as optional when configuring replication for `aws_s3_bucket` resources. [GH-10921]
|
* provider/aws: `storage_class` is now correctly treated as optional when configuring replication for `aws_s3_bucket` resources. [GH-10921]
|
||||||
* provider/aws: `user_data` on `aws_launch_configuration` resources is only base 64 encoded if the value provided is not already base 64 encoded. [GH-10871]
|
* provider/aws: `user_data` on `aws_launch_configuration` resources is only base 64 encoded if the value provided is not already base 64 encoded. [GH-10871]
|
||||||
* provider/aws: Reworked validateArn function to handle empty values [GH-10833]
|
* provider/aws: Reworked validateArn function to handle empty values [GH-10833]
|
||||||
|
* provider/aws: Guard against nil change output in route53_zone that causes panic [GH-10798]
|
||||||
* provider/openstack: Handle PENDING_UPDATE status with LBaaS v2 members [GH-10875]
|
* provider/openstack: Handle PENDING_UPDATE status with LBaaS v2 members [GH-10875]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue