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
Manually adding skip_service_principal_aad_check to the configuration and setting it to true also forces a new resource. Setting it to "" is evaluated as false, the default, which also forces a new resource.
The only workaround I can see, to avoid recreating the resource, is to add:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_role_assignment
Terraform Configuration Files
Expected Behavior
No diff should have been generated.
Actual Behavior
The following diff was generated after upgrading to the recently released v1.34.0:
Manually adding
skip_service_principal_aad_check
to the configuration and setting it totrue
also forces a new resource. Setting it to""
is evaluated asfalse
, the default, which also forces a new resource.The only workaround I can see, to avoid recreating the resource, is to add:
Steps to Reproduce
terraform init -upgrade
terraform apply
References
arm_role_assignment
: addprincipal_type
andskip_service_principal_aad_check
properties #4168The text was updated successfully, but these errors were encountered: