diff --git a/CHANGELOG.md b/CHANGELOG.md index 097dc41deb57..88e31d4740ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,8 @@ BUG FIXES: * Data Source: `azurerm_api_management` - correctly returning the hostname `portal` and `proxy` values [GH-3385] * `azurerm_application_gateway` - will no longer prevent `default_backend_address_pool_name` and `redirect_configuration_name` from being set at the same time [GH-3286] -* `redis_configuration` - correctly display http errors encoutered during creation [GH-3397] +* `azurerm_firewall` - ensuring that the value for `subnet_id` within the `ip_configuration` block has the name `AzureFirewallSubnet` [GH-3406] +* `azurerm_redis_configuration` - correctly display http errors encoutered during creation [GH-3397] * `azurerm_sql_database` - making the `collation` field case insensitive to work around a bug in the API [GH-3137] * `azurerm_stream_analytics_output_eventhub` will now correctly set `format` for JSON output [GH-3318] * `azurerm_app_service_plan` - supports `elastic` for the sku tier [GH-3402]