-
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
[Bug]: DEPLOYEN STORAGE_BLOCKED_LOCATION #2985
Comments
Hey @Covid-taskforce-veneficus |
Thanks @sfc-gh-jcieslak , which date will be the next release? Kind regards, Jacco |
Most likely somewhere around next week. |
Hey @Covid-taskforce-veneficus 👋 |
No problem. I tested it and it works now! Thanks for the help. Kind Regards, Jacco
…________________________________
Van: Jan Cieślak ***@***.***>
Verzonden: donderdag 5 september 2024 11:37
Aan: Snowflake-Labs/terraform-provider-snowflake ***@***.***>
CC: Jacco Bruin ***@***.***>; Mention ***@***.***>
Onderwerp: Re: [Snowflake-Labs/terraform-provider-snowflake] [Bug]: DEPLOYEN STORAGE_BLOCKED_LOCATION (Issue #2985)
Hey @Covid-taskforce-veneficus<https://github.com/Covid-taskforce-veneficus> 👋
Sorry for the big delay, but yesterday, we released a new provider version (v0.95.0<https://github.com/Snowflake-Labs/terraform-provider-snowflake/releases/tag/v0.95.0>) that should prevent this issue from occurring. Please upgrade and let us know if the issue disappeared.
—
Reply to this email directly, view it on GitHub<#2985 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWTQINGJ3BW4EGCIO6J76N3ZVAQ5FAVCNFSM6AAAAABMGJQFROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZRGA3DANBUGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Great to hear that. Closing :) |
Terraform CLI Version
1.3.4
Terraform Provider Version
0.87.2
Terraform Configuration
Category
category:resource
Object type(s)
storage Integration
Expected Behavior
I expect that when i run DESC INTEGRATION TEST_STORAGE_INTEGRATION; in snowflake the storage_blocked_location is filled with azure://sa20edw100s.blob.core.windows.net/container/path1/. Meaning we cant make a stage using this path.
Actual Behavior
However, when I check the storage integration in Snowflake (DESC INTEGRATION TEST_STORAGE_INTEGRATION;), the storage_blocked_locations is empty. All other proporties are filled in correctly, showing the apply was succesfull.
I noticed that when I change the storage_blocked_location after a plan and apply (for example:azure://sa20edw100s.blob.core.windows.net/container/path2/). And i run a new plan and apply, the storage_blocked_location property is filled with the path of the storage_allowed_location.
I tested this twice my changing the storage_allowed_location to different paths for example: azure://sa20edw100s.blob.core.windows.net/container/test1/. After running the terraform plan and apply twice while changing the storage_blocked_location to a different path in between, the storage_blocked_location is filled with the storage_allowed_location. This was the case in both tests.
Steps to Reproduce
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: