-
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
Snowflake Account is created thru terraform- but displaying error message after completing the terraform job #2015
Comments
Provider version Error Message: A clear and concise description of what the bug is. Snowflake account is created in the organization- terraform job is displaying the error message even though the account is successfully created. Expected behavior Code samples and commands terraform { resource "snowflake_account" "ac1" { |
Hello 👋 |
Provider Version
0.67 and 0.69 both have been tried
The provider version you are using.
Terraform Version
The version of Terraform you were using when the bug was encountered.
Describe the bug
Snowflake Account is created thru terraform- but displaying error message after completing the terraform job
Error Message:
Object does not exist or not authorized
A clear and concise description of what the bug is.
Snowflake account is created in the organization- terraform job is displaying the error message even though the account is successfully created.
Expected behavior
Error message should not appear
A clear and concise description of what you expected to happen.
Code samples and commands
Please add code examples and commands that were run to cause the problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: