-
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 resources can now be deleted #1973
Comments
@jrobison-sb thank you for sharing this information. I have made a note of your feature request, and we will implement it when we have resources available. |
Hey @sfc-gh-swinkler, is there any movement internally on this feature? We note that the deletion API requires a grace period, which would need to be either hard coded in the provider (not that desirable) or defaulted and overridable as a param in the resource itself. |
Hey @ben-wilson-peak. Yes, there is an open PR #2065 that supports account dropping. |
Amazing thank you for the heads up, totally missed that! |
Provider Version
Terraform Version
Describe the bug
At the time when the
snowflake_account
resource was first added to this provider, presumably it wasn't possible to delete accounts by way of the API. The only option was to delete accounts by way of a support ticket.It has now become possible to
DROP ACCOUNT
, so the provider should support this.https://docs.snowflake.com/en/release-notes/2023-07#deleting-an-account-self-service-preview
https://docs.snowflake.com/en/user-guide/organizations-manage-accounts-delete
Expected behavior
You should be able to delete an account using Terraform.
The text was updated successfully, but these errors were encountered: