Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.193.0 (#839)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-spotinst`.

---

- Upgrading terraform-provider-spotinst from 1.192.0  to 1.193.0.
	Fixes #836
  • Loading branch information
iwahbe authored Sep 20, 2024
1 parent 326eaaf commit db2a68e
Show file tree
Hide file tree
Showing 13 changed files with 140 additions and 10 deletions.
6 changes: 5 additions & 1 deletion provider/cmd/pulumi-resource-spotinst/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6742,11 +6742,15 @@
},
"preemptiblePercentage": {
"type": "integer",
"description": "Defines the desired preemptible percentage for the cluster.\n\n"
"description": "Defines the desired preemptible percentage for the cluster.\n"
},
"provisioningModel": {
"type": "string",
"description": "Define the provisioning model of the launched instances. Valid values: `SPOT`, `PREEMPTIBLE`.\n"
},
"shouldUtilizeCommitments": {
"type": "boolean",
"description": "Enable committed use discounts utilization.\n\n"
}
},
"type": "object"
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.7
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.91.0
github.com/pulumi/pulumi/sdk/v3 v3.133.0
github.com/spotinst/terraform-provider-spotinst v1.192.0
github.com/spotinst/terraform-provider-spotinst v1.193.0
)

replace (
Expand Down Expand Up @@ -201,7 +201,7 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spotinst/spotinst-sdk-go v1.368.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.369.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/teekennedy/goldmark-markdown v0.3.0 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2025,10 +2025,10 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spotinst/spotinst-sdk-go v1.368.0 h1:CV0w6C6EKK3s4R5B+OkAwx2abt7Kx+Qcd5EvrBsCBog=
github.com/spotinst/spotinst-sdk-go v1.368.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.192.0 h1:jyfcQAjTS55Oipwg3z/zmgGf+RkT8w8B8vzhCnqAM0M=
github.com/spotinst/terraform-provider-spotinst v1.192.0/go.mod h1:Ux6IpfJ7JdKFOqz/QIZiQiBKxERMk2JD89+6gH4nk5Y=
github.com/spotinst/spotinst-sdk-go v1.369.0 h1:E/39f8GV5FZk4goFBQT8e1O6YUDfn2DVOGCLK5yM16k=
github.com/spotinst/spotinst-sdk-go v1.369.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.193.0 h1:KJz53sNH5G2//q0YK/ZGkdZqBqjvWUhs53KhD0TS1RA=
github.com/spotinst/terraform-provider-spotinst v1.193.0/go.mod h1:vA73/HWLdaLo9qfxzG20A7uquKx+hRkDkaV7YXJ0yz0=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
Expand Down
6 changes: 6 additions & 0 deletions sdk/dotnet/Gke/Inputs/OceanImportStrategyArgs.cs

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

6 changes: 6 additions & 0 deletions sdk/dotnet/Gke/Inputs/OceanImportStrategyGetArgs.cs

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

9 changes: 8 additions & 1 deletion sdk/dotnet/Gke/Outputs/OceanImportStrategy.cs

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

9 changes: 9 additions & 0 deletions sdk/go/spotinst/gke/pulumiTypes.go

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.

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

4 changes: 4 additions & 0 deletions sdk/nodejs/types/input.ts

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

4 changes: 4 additions & 0 deletions sdk/nodejs/types/output.ts

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

18 changes: 17 additions & 1 deletion sdk/python/pulumi_spotinst/gke/_inputs.py

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

16 changes: 15 additions & 1 deletion sdk/python/pulumi_spotinst/gke/outputs.py

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

0 comments on commit db2a68e

Please sign in to comment.