Terraform Provider Snowflake Versions Save

Terraform provider for managing Snowflake accounts

v0.75.0

6 months ago

Changelog

  • d33a41cd chore(main): release 0.75.0 (#2138)
  • 4d4bcdbe chore: Return multiple errors in existing validations (#2122)
  • 6de32ae6 fix: view statement update (#2152)
  • 7926d8de change comment to NullString (#2148)
  • 5db751d1 fix: cleanup acc tests (#2135)
  • 5c633be4 feat: Use streams from the new SDK in resource / datasource (#2129)
  • 16022ef4 chore: Set up a single warehouse for the SDK integration tests (#2141)
  • de23f2ba feat: Use task from SDK in resource and data source (#2140)
  • 1e6e54f8 feat: add parse_header option to file format resource (#2132)
  • 07b9b4fe fix: provider config (#2136)

v0.74.0

6 months ago

Release notes 0.74.0 (2023-10-18)

🎉 What's new

  • Migrations to the new SDK
  • Using new SDK in resources / datasources for
  • Tag SDK refactor pr #2079
  • New Dynamic table resource + datasource pr #2104
  • Move integration tests to separate package pr #2111
  • Provider config refactor #2126

👨🏼‍💻 Coming soon

  • Return multiple errors from validations pr #2122
  • Terraform plugin framework muxing pr #2130
  • Using new SDK in resources / datasources for

🔧 Misc

  • Adjust integration tests after moving to separate package pr #2115
  • Integration tests setup db once pr #2118
  • Set up schema once for integration tests pr #2121
  • Use helper methods in old unit tests pr #2119

🐛 Bug fixes

  • (SDK | internal) Use schema object identifier in external tables pr #2112

v0.73.0

7 months ago

Release notes 0.73.0 (2023-10-11)

🎉 What's new

👨🏼‍💻 Coming soon

  • Migrations to the new SDK
  • Using new SDK in resources / datasources for
  • Tag SDK refactor pr #2079
  • New Dynamic table resource + datasource pr #2104

🔧 Misc

  • bump golang.org/x/crypto from 0.13.0 to 0.14.0 #2100
  • bump golang.org/x/tools from 0.13.0 to 0.14.0 #2101

v0.72.0

7 months ago

Release notes v0.72.0 (2023-10-04)

🎉 What's new

🐛 Bug fixes

👨🏼‍💻 Coming soon

  • Migrations to the new SDK
    • Application role
    • Tag
    • Task
  • Using new SDK in resources / datasources for

🔧 Misc

v0.71.0

7 months ago

0.71.0 (2023-09-21)

Features

BugFixes

  • add dynamic tables to grants (#2059) (3767de9)
  • SNOW-59564 remove default data retention in days value (#2029) (53c20b4)

v0.70.1

8 months ago

0.70.1 (2023-09-01)

Misc

  • Extract reviewdog job from integration workflow (#2027) (243fc28)

BugFixes

v0.70.0

8 months ago

0.70.0 (2023-08-21)

Features

Misc

BugFixes

v0.69.0

9 months ago

0.69.0 (2023-07-29)

⚠ BREAKING CHANGES

  • mark snowflake_user.login_name as non sensitive

Features

  • mark snowflake_user.login_name as non sensitive (71c0a9c)
  • resource monitor sdk v2 (#1892) (707d723)

BugFixes

v0.68.2

9 months ago

0.68.2 (2023-07-17)

BugFixes

  • support multiple grant_privilege_to_role resources on the same role (#1953) (dfdd166)

v0.68.1

10 months ago

0.68.1 (2023-07-07)

BugFixes

  • reading file formats with no default schema (#1936) (c5602f5)