diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c05ae75c5..9be92c79e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ BUG FIXES: * core: Escaped interpolation-like sequences (like `$${foo}`) now permitted in variable defaults [GH-13137] * core: Fix strange issues with computed values in provider configuration that were worked around with `-input=false` [GH-11264], [GH-13264] * core: Fix crash when providing nested maps as variable values in a `module` block [GH-13343] + * core: `connection` block attributes are now subject to basic validation of attribute names during validate walk [GH-13400] * provider/aws: Add Support for maintenance_window and back_window to rds_cluster_instance [GH-13134] * provider/aws: Increase timeout for AMI registration [GH-13159] * provider/aws: Increase timeouts for ELB [GH-13161]