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
After I created a new snowflake share, I expected that the password output through the above code to give me the correct Admin account password. Both outputs were the same.
Actual Behavior
The passwords did not work and I could not log into the share. I ultimately reached out to Snowflake and they re-set the share.
Steps to Reproduce
terraform output --json
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
We have other shares that were created in the same way. For those the admin_password output worked.
The text was updated successfully, but these errors were encountered:
The issue here ended up being that the passwords generated contained escape characters and therefore causing issues when passed through Snowflake. I limited the list of characters that could be used to randomly generated passwords
Terraform CLI and Provider Versions
Terraform Configuration
Expected Behavior
After I created a new snowflake share, I expected that the password output through the above code to give me the correct Admin account password. Both outputs were the same.
Actual Behavior
The passwords did not work and I could not log into the share. I ultimately reached out to Snowflake and they re-set the share.
Steps to Reproduce
terraform output --json
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
We have other shares that were created in the same way. For those the admin_password output worked.
The text was updated successfully, but these errors were encountered: