Skip to content

Commit

Permalink
Upgrade terraform-provider-snowflake to v0.95.0 (#707)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-snowflake
--kind=provider`.

---

- Upgrading terraform-provider-snowflake from 0.94.1  to 0.95.0.
	Fixes #700
  • Loading branch information
VenelinMartinov authored Sep 11, 2024
1 parent 82d02ad commit 2ef8a6e
Show file tree
Hide file tree
Showing 991 changed files with 130,098 additions and 36,168 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ sdk/java/gradlew.bat


sdk/python/venv

go.work
go.work.sum
467 changes: 461 additions & 6 deletions provider/cmd/pulumi-resource-snowflake/bridge-metadata.json

Large diffs are not rendered by default.

19,610 changes: 13,207 additions & 6,403 deletions provider/cmd/pulumi-resource-snowflake/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace (
)

require (
github.com/Snowflake-Labs/terraform-provider-snowflake v0.94.1
github.com/Snowflake-Labs/terraform-provider-snowflake v0.95.0
github.com/pulumi/providertest v0.0.14
github.com/pulumi/pulumi-terraform-bridge/v3 v3.90.0
github.com/pulumi/pulumi/sdk/v3 v3.130.0
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdko
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
github.com/Snowflake-Labs/terraform-provider-snowflake v0.94.1 h1:DLVkG4rZfO1Cgt+RXeUAkZylRmf6HFlf88M0OXk+/z0=
github.com/Snowflake-Labs/terraform-provider-snowflake v0.94.1/go.mod h1:WcgeOThm03rVoUsF/M1KsB0b445uq32DJtNE3xfJgPc=
github.com/Snowflake-Labs/terraform-provider-snowflake v0.95.0 h1:kRO2ZzHXcEXEiRx3iuu971yEAxXfi364H5Db6+Tctb4=
github.com/Snowflake-Labs/terraform-provider-snowflake v0.95.0/go.mod h1:WcgeOThm03rVoUsF/M1KsB0b445uq32DJtNE3xfJgPc=
github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA=
Expand Down
1 change: 0 additions & 1 deletion provider/provider_program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ var programs = []string{

var upgradeTestPrograms = []string{
"test-programs/index_role",
"test-programs/index_user",
}

func TestUpgradeCoverage(t *testing.T) {
Expand Down
Empty file added schema.json
Empty file.
45 changes: 12 additions & 33 deletions sdk/dotnet/Account.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 0 additions & 25 deletions sdk/dotnet/AccountParameter.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions sdk/dotnet/AccountPasswordPolicyAttachment.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 21 additions & 30 deletions sdk/dotnet/AccountRole.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 12 additions & 29 deletions sdk/dotnet/Alert.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ef8a6e

Please sign in to comment.