-
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
The terraform-provider-snowflake_v0.75.0 plugin crashed! #2164
Comments
Hey @ehayes9 |
Hey @sfc-gh-jcieslak - thanks for following up here. For our resources referencing object_names, we are looping through databases defined in our local mappings, so there is no schema or object name to qualify other than the DB (see example below)
Our locals look like this:
Any resources for grants related to tables are fully qualified:
The only other resources referencing an object_name are for a warehouse, which can't be fully qualified. Let me know if you need any additional info! |
@ehayes9 |
Hey @ehayes9 |
@ehayes9 any updates on the issue? |
@sfc-gh-jcieslak we are taking another approach and haven't run into issues yet - I will close this issue. Thanks for your help! |
Provider Version
version = "0.75.0"
Terraform Version
tried both 1.5.2 and 1.6.2
Describe the bug
While applying the planned changes in the Terraform cloud UI, the plan errors with the following error message:
Error: Plugin did not respond
The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.
Expected behavior
I expected the plan to apply with no issues
Code samples and commands
Terraform plan and apply via the cloud UI
Additional context
Logs:
The text was updated successfully, but these errors were encountered: