-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single quotes within comment break snowflake_role resources #2411
Comments
Hey @monti-python 👋 |
But this is an error originating in the old implementation. It should be fine in the SDK, and we are moving there in #2405. So... it should be working correctly after we merge and release it. |
@monti-python could you confirm it's working in the latest version of the provider? |
@sfc-gh-jcieslak I confirm single quotes in role comments no longer cause issues |
Great to hear that @monti-python. I am closing the issue then. |
Terraform CLI and Provider Versions
terraform CLI -> 1.5.6
Snowflake provider -> 0.83.1
Terraform Configuration
Expected Behavior
The role is created with the comment specified above.
This functionality was working flawlessly in version
0.37.1
before we upgraded the provider, so there seems to be a regression.Actual Behavior
The resource creation fails because the single quotes are not escaped:
Running it with debug traces yields:
Steps to Reproduce
terraform init
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Might be related to #1049
The text was updated successfully, but these errors were encountered: