diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6bb3f6a..9fc963230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ BUG FIXES: * provider/aws: Set `apply_method` to state in `aws_db_parameter_group` [GH-8603] * provider/aws: Fix. Adjust create and destroy timeout in aws_vpn_gateway_attachment. [GH-8636] * provider/aws: Remove `aws_elasticsearch_domain` from state if it doesn't exist [GH-8643] + * provider/aws: Do not set empty string to state for `aws_vpn_gateway` availability zone [GH-8645] * provider/azurerm: Reordering the checks after an Azure API Get [GH-8607] * provider/chef: Fix "invalid header" errors that could occur [GH-8382] * provider/github: Remove unsafe ptr dereferencing [GH-8512]