diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6338f3e..90e108fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,8 @@ IMPROVEMENTS: * provider/aws: `engine_version` is now optional for DB Instance [GH-3744] * provider/aws: Add configuration to enable copying RDS tags to final snapshot [GH-3529] * provider/aws: RDS Cluster additions (`backup_retention_period`, `preferred_backup_window`, `preferred_maintenance_window`) [GH-3757] - * providers/aws: Document and validate ELB ssl_cert and protocol requirements [GH-3887] + * provider/aws: Document and validate ELB ssl_cert and protocol requirements [GH-3887] + * provider/azure: Read publish_settings as contents instead of path [GH-3899] * provider/openstack: Use IPv4 as the defeault IP version for subnets [GH-3091] * provider/aws: Apply security group after restoring db_instance from snapshot [GH-3513] * provider/aws: Making the AutoScalingGroup name optional [GH-3710]