Skip to content

Commit f4efb36

Browse files
authored
Upgrade terraform-provider-spotinst to v1.224.0 (#1110)
This PR was generated via `$ upgrade-provider pulumi/pulumi-spotinst --kind=provider --target-bridge-version=latest --target-version=1.224.0 --allow-missing-docs=true`. --- - Upgrading terraform-provider-spotinst from 1.223.0 to 1.224.0. Fixes #1109
1 parent 19bc3aa commit f4efb36

18 files changed

+116
-14
lines changed

provider/cmd/pulumi-resource-spotinst/schema.json

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.4
77
require (
88
github.com/pulumi/pulumi-terraform-bridge/v3 v3.110.0
99
github.com/pulumi/pulumi/sdk/v3 v3.175.0
10-
github.com/spotinst/terraform-provider-spotinst v1.223.0
10+
github.com/spotinst/terraform-provider-spotinst v1.224.0
1111
)
1212

1313
replace (
@@ -161,7 +161,7 @@ require (
161161
github.com/spf13/cast v1.5.0 // indirect
162162
github.com/spf13/cobra v1.9.1 // indirect
163163
github.com/spf13/pflag v1.0.6 // indirect
164-
github.com/spotinst/spotinst-sdk-go v1.397.0 // indirect
164+
github.com/spotinst/spotinst-sdk-go v1.398.1 // indirect
165165
github.com/teekennedy/goldmark-markdown v0.3.0 // indirect
166166
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
167167
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect

provider/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,10 +2286,10 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
22862286
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
22872287
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
22882288
github.com/spiffe/go-spiffe/v2 v2.5.0/go.mod h1:P+NxobPc6wXhVtINNtFjNWGBTreew1GBUCwT2wPmb7g=
2289-
github.com/spotinst/spotinst-sdk-go v1.397.0 h1:JuinS792Je4X6aC2TpCAI+qSxffv43Drxj4e7JwuZOA=
2290-
github.com/spotinst/spotinst-sdk-go v1.397.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
2291-
github.com/spotinst/terraform-provider-spotinst v1.223.0 h1:NjpK/7Ek46PSD+qAq5H9Casup4OhJBVhKaB+FTUCfZI=
2292-
github.com/spotinst/terraform-provider-spotinst v1.223.0/go.mod h1:KbYgneJvnTfPfIF9hJhSGW12OqFqiawcvxijVmSDBYQ=
2289+
github.com/spotinst/spotinst-sdk-go v1.398.1 h1:ydDbUlMllwHQJ4VJlxgYYW7pNf6A5rGtg9ehCVF74tc=
2290+
github.com/spotinst/spotinst-sdk-go v1.398.1/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
2291+
github.com/spotinst/terraform-provider-spotinst v1.224.0 h1:6GtocCNnaTdizqsBppLNmmp+vDlmLPAMm/b6+vPrLqU=
2292+
github.com/spotinst/terraform-provider-spotinst v1.224.0/go.mod h1:DWXhyCRQF2Rj+DGBRX0FCjN0DzQqMYKkZwZ0xiwQ/Eo=
22932293
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
22942294
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
22952295
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

sdk/dotnet/Inputs/StatefulNodeAzureManagedServiceIdentityArgs.cs

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/StatefulNodeAzureManagedServiceIdentityGetArgs.cs

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Outputs/StatefulNodeAzureManagedServiceIdentity.cs

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/StatefulNodeAzure.cs

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/spotinst/pulumiTypes.go

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/spotinst/statefulNodeAzure.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/java/src/main/java/com/pulumi/spotinst/StatefulNodeAzure.java

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)