You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation uses a separate resource to configure CMKs. This causes Terraform to first create the azure resource and only then attach the CMK, which violates Azure policies that block unencrypted storage account creation (if one is set).
The CMK configuration should instead be implemented as a dynamic block directly inside the resource.
The text was updated successfully, but these errors were encountered:
The current implementation uses a separate resource to configure CMKs. This causes Terraform to first create the azure resource and only then attach the CMK, which violates Azure policies that block unencrypted storage account creation (if one is set).
The CMK configuration should instead be implemented as a dynamic block directly inside the resource.
The text was updated successfully, but these errors were encountered: