From 18d2722a8cff99226216ceba3f198ab11f3a9cb3 Mon Sep 17 00:00:00 2001 From: Steve <11830746+jackofallops@users.noreply.github.com> Date: Thu, 15 Jul 2021 16:05:20 +0100 Subject: [PATCH] Update CHANGELOG.md for #12267 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a19eee47ae7..f41a746dd431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ BUG FIXES: * `azurerm_function_app` - set a default value for `os_type` and allow a blank string to be specified as per documentation [GH-12482] * `azurerm_postgresql_flexible_server` - add new computed property `private_dns_zone_id` to work around a upcomming breaking change in the API [GH-12288] * `azurerm_mssql_database` - don't allow license_type to be set for serverless SQL databases [GH-12555] +* `azurerm_subnet_network_security_group_association` fix potential deadlock when using multiple association resources. [GH-12267] ## 2.67.0 (July 09, 2021)