diff --git a/CHANGELOG.md b/CHANGELOG.md index d047f858cef9..8eeaac26482f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ ENHANCEMENTS: * Data Source: `azurerm_monitor_workspace` - add support for the `default_data_collection_endpoint_id` and `default_data_collection_rule_id` properties [GH-24153] * Data Source: `azurerm_shared_image_gallery` - add support for property `image_names` [GH-24176] * `azurerm_dns_txt_record` - allow up to 4096 characters for the property `record.value` [GH-24169] -* `azurerm_container_app` - add `workload_profile_name` property [GH-24219] +* `azurerm_container_app` - support for the `workload_profile_name` property [GH-24219] +* `azurerm_container_app` - suppot for the `init_container` block [GH-23955] * `azurerm_hpc_cache_blob_nfs_target` - support for the `verification_timer_in_seconds` and `write_back_timer_in_seconds` properties [GH-24207] * `azurerm_hpc_cache_nfs_target` - support for the `verification_timer_in_seconds` and `write_back_timer_in_seconds` properties [GH-24208] * `azurerm_linux_web_app` - make `client_secret_setting_name` optional and conflicts with `client_secret_certificate_thumbprint` [GH-21834]