Open pdruzhinin opened 8 months ago
Hey @pdruzhinin. Thanks for reaching out to us.
Budgets are currently the preview feature. We are on our road to stable V1, so we are focusing on the GA features presently. You can check our roadmap here: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/ROADMAP.md#our-roadmap.
As a workaround for now, you can use https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/unsafe_execute. This is a dangerous resource, though, so be sure to read its limitations.
We can leave the issue open, but please be aware that we won't address it in the upcoming months.
Terraform CLI and Provider Versions
latest
Use Cases or Problem Statement
We are interested in using Snowflake Budgets and setting them up programatically: https://docs.snowflake.com/en/user-guide/budgets
Proposal
Add a new resource and a data source for snowflake_budget
How much impact is this issue causing?
Low
Additional Information
No response