Releases: aidanmelen/terraform-provider-snowsql
v1.3.3
What's Changed
-
fix: when bad delete statements were executed, the error would show the bad delete statements but the name context would say 'update' instead of 'delete'. This is a superficial issue, but could be confusing to users who just encounters an error deleting their snowsql resource.
-
docs: Removed
IF EXISTS
fromsnowsql_exec
examples. Since default terraform behavior is to fail when the resource already exists. Instead, the import section was updated to include an example using idempotent snowsql clauses. -
docs: Added better inline comments to the snowflakeQueryWithMultiStatement method.
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- docs: added
snowflake-provider-migration-guide.md
- docs: minor
snowsql_exec
andsnowsql_query
enhancements. added provider example toindex.md
file - fix: broken acceptance tests caused by #83
- chore(deps): bump github.com/snowflakedb/gosnowflake from 1.6.16 to 1.6.18 by @dependabot in #87
Deprecated
- removed the "update statements are ignored during resource creation" warning.
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- fix(82): read_results not json decodable when read is not specified. by @aidanmelen in #83
- feat(81): make name optional and default to random id when not set. by @aidanmelen in #84
- fix(85): warn user that update statements are ignored during creation by @aidanmelen in #84
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- feat:
snowsql_query
data source by @aidanmelen in #80 - feat: added provider support for
protocol
andport
by @aidanmelen in #73, #74 - docs: enhanced
snowsql_exec
docs by @aidanmelen in #76 - fix: read number of statements by @aidanmelen in #77
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- V1.2.0 read lifecycle by @aidanmelen in #68
- Improved examples.
- Improved
snowsql_exec
documentation. - Enhanced Acceptance Tests.
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- fix: error when update block is removed by @aidanmelen in #67
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Implement minimal update lifecycle by @christophkreutzer in #64
- the snowflake provider now requires
username
andaccount
to be configured just like the snowflake provider.
New Contributors
- @christophkreutzer made their first contribution in #64
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Pin Snowflake-Labs requirement to v0.40.0 by @aidanmelen in #46
Full Changelog: v0.4.4...v1.0.1
v0.4.4
What's Changed
- Add
warehouse
to provider by @karthikthatikonda in #42 - Bump github.com/snowflakedb/gosnowflake from 1.6.8 to 1.6.12 by @dependabot in #41
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.20.0 by @dependabot in #40
New Contributors
- @karthikthatikonda made their first contribution in #42
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Bump actions/checkout from 2.4.0 to 3.0.2 by @dependabot in #28
- Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 by @dependabot in #31
Full Changelog: v0.4.2...v0.4.3