Terraform Provider Snowflake Versions Save

Terraform provider for managing Snowflake accounts

v0.83.1

3 months ago

0.83.1 (2024-01-12)

🐛 Bug fixes:

v0.83.0

3 months ago

Release notes 0.83.0 (2024-01-11)

🎉 What's new

  • grant privileges to database role resource (#2306) (0311cf8)

👨🏼‍💻 Coming soon

  • Migrate to the new SDK
    • Applications
    • Application Packages
    • Storage Integration
    • Managed Account
    • Row Access Policy
  • New resources
    • snowflake_grant_role
    • snowflake_grant_database_role

🐛 Bug fixes

v0.82.0

4 months ago

Release notes 0.82.0 (2023-12-21)

This release contains mostly bug fixes: #2223, #2283, #2293, and #2295.

🎉 What's new:

🔧 Misc

  • Add short scripts used to fetch all currently opened issues (#2288) (0b5ce4e)
  • Bump dependencies and fix linter complaints (#2300) (124e862)

🐛 Bug fixes:

v0.81.0

4 months ago

Release notes 0.81.0 (2023-12-20)

This release introduces the possibility of controlling underlying gosnowflake driver logging by setting the SF_TF_GOSNOWFLAKE_LOG_LEVEL environment variable to the desired level. A few minor issues were also fixed: #2167, #2276, and #2175. We have finally bumped go to 1.21.

🎉 What's new:

🔧 Misc

🐛 Bug fixes:

v0.80.0

4 months ago

Release notes 0.80.0

🎉 What's new

🔧 Misc

🐛 Bug fixes

  • Fix encode Snowflake ID for object identifiers (#2256) (1c98a80)
  • for 1624 resource monitor timestamps are always considered to have changed (#2214) (4d5d3ca)

v0.79.1

4 months ago

Release notes 0.79.1

🐛 Bug fixes:

v0.79.0

4 months ago

Release notes 0.79.0

This change introduces fine-grained logs for grant_privileges_to_role resource for easier debugging on the client site. To turn on the logging an environment variable SF_TF_ADDITIONAL_DEBUG_LOGGING should be set to a non-empty value, e.g. SF_TF_ADDITIONAL_DEBUG_LOGGING=1. README Reference

🎉 What's new:

🔧 Misc

v0.78.0

4 months ago

Release notes v0.78.0

We're still in the process of designing and redesigning grant resources and data sources. Stay tuned for published docs, changes in grants, and new grant resources. if you want to, you can still give us your feedback on granting ownership - here.

For some time we are more responsive in the GitHub issues and provide fixes for some of them. We also have a dedicated Epic for the GitHub issues to provide a standardized process for handling existing and newly created issues.

In the meantime, we're pushing SDK rewrite to make the provider stable to come closer to version 1.0.0.

🎉 What's new:

🐛 Bug fixes:

v0.77.0

5 months ago

Release notes v0.77.0

Our primary goals are still the SDK rewrite and the provider's stability. The latter focuses on resolving GH issues but also redesigning and fixing grants. We will start the GRANT OWNERSHIP discussion in the upcoming days. All feedback is welcome!

This release's most significant change is the introduction of the snowflake_execute_unsafe resource. This is an experimental resource capable of executing ANY SQL statements. It is not recommended in production environments but opens the possibility of managing resources our provider has yet to support. Read the docs before use and use with caution!

🎉 What's new:

  • Add unsafe_execute resource (#2225) (196134c)
  • Introduce simple arch tests (#2210) (c60db80)

🐛 Bug fixes:

  • cleanup workflows and makefile (#2150) (64335e7)
  • documentation for role ownership grant (#2203) (e3d405c)
  • Fix workflows (#2206) (6d7f833)

👨🏼‍💻 Coming soon:

  • Migrations to the new SDK:
    • tables #2042
    • event tables #2215
    • functions #2205
    • procedures #2202
  • Grants:
    • discussion on GRANT OWNERSHIP
  • Bug fixes:
    • #2216
    • #2217

v0.76.0

5 months ago

Release notes 0.76.0 (2023-11-15)

🎉 What's new

🔧 Misc

🐛 Bug fixes