-
Notifications
You must be signed in to change notification settings - Fork 426
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
Issue with "snowflake_notification_integration" direction param #2501
Comments
Hey @harukitake. Thanks for reaching out to us. We marked the
What you can do now:
|
Thanks.
|
- Removed incorrect validation on procedure resources that were causing failure of the following tests: - `TestAcc_Procedure_Java` - `TestAcc_Procedure_Scala` - Removed incorrect deprecation from table resource (#2488) - Fixed ShowByID for views (#2506) - Fixed notification_integration resource warnings for deprecated parameters (#2501) - Fixed external functions and procedure - state migrations similar to functions (#2490) References: #2501 #2506 #2488 #2490
Hey @harukitake. We released the fox as part of 0.86.0 release. Could you please check if this solves the issue for you? |
@sfc-gh-asawicki Thanks for quick fix. It has resolved.
|
Great to hear that. I'm closing the issue then. |
Terraform CLI and Provider Versions
Terraform Configuration
before
after
Expected Behavior
NO changes
Actual Behavior
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
I removed a parameter that became deprecated due to a version upgrade of the Terraform provider, expecting no change in behavior. However, an unexpected diff appeared. Is this a bug? If not, please advise on how to handle it.
I read https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md#snowflake_notification_integration-resource-changes
The text was updated successfully, but these errors were encountered: