[ISSUE] Issue with databricks_user
resource when email contains quote character
#2646
Labels
bug
Something isn't working
When user_name (email) contains quote character terraform provider is no longer able to correctly handle
force = true
scenario and tries to create user again.Configuration
Expected Behavior
expected behaviour would be to update the user if exists, or create a new one
Actual Behavior
the quote character in the user_name (email) makes tf think that user does not exist yet, and tries to created it, and then you end up with "user exists error", just if
force = true
was not handledSteps to Reproduce
Terraform and provider versions
tested on latest 1.24.1
The text was updated successfully, but these errors were encountered: