Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.185.0 (#795)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-spotinst
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-spotinst from 1.184.0  to 1.185.0.
	Fixes #794
  • Loading branch information
pulumi-bot authored Aug 8, 2024
1 parent 66aac2a commit be5391c
Show file tree
Hide file tree
Showing 13 changed files with 137 additions and 8 deletions.
4 changes: 4 additions & 0 deletions provider/cmd/pulumi-resource-spotinst/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3725,6 +3725,10 @@
},
"spotinst:aws/OceanLaunchSpecStrategy:OceanLaunchSpecStrategy": {
"properties": {
"drainingTimeout": {
"type": "integer",
"description": "The configurable amount of time that Ocean will wait for the draining process to complete before terminating an instance. If you have not defined a draining timeout, the default of 300 seconds will be used.\n"
},
"spotPercentage": {
"type": "integer",
"description": "The desired percentage of the Spot instances out of all running instances for this VNG. Only available when the field is not set in the cluster directly (cluster.strategy.spotPercentage).\n"
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.12
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.88.0
github.com/pulumi/pulumi/sdk/v3 v3.126.0
github.com/spotinst/terraform-provider-spotinst v1.184.0
github.com/spotinst/terraform-provider-spotinst v1.185.0
)

replace (
Expand Down Expand Up @@ -198,7 +198,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.361.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.362.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2017,10 +2017,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.361.0 h1:wYIW68kO5fBy/TVeOBFwiyB6JWQLh6bKDutWLgU2rMo=
github.com/spotinst/spotinst-sdk-go v1.361.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.184.0 h1:KpsRU/ybmQ2onIG0sP9K05z69M9154vXtR+5eb9OD7I=
github.com/spotinst/terraform-provider-spotinst v1.184.0/go.mod h1:z1zXIRtUM9jFSc0G7H0H6nOn5LoSH+Ibg6OfgGT6wFA=
github.com/spotinst/spotinst-sdk-go v1.362.0 h1:hyhySd+WTZfC/J5670aumE+oWejGRRQ0ay8WF01+Pr4=
github.com/spotinst/spotinst-sdk-go v1.362.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.185.0 h1:u89xeUrqeYu6i2KJ+iqyeg+oWzlR5jD682ijhh90gEE=
github.com/spotinst/terraform-provider-spotinst v1.185.0/go.mod h1:B6jKRw/+glNpq44Q0HVoPM3MPsMa8CV2OZS0qITCYDI=
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/Aws/Inputs/OceanLaunchSpecStrategyArgs.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/Aws/Inputs/OceanLaunchSpecStrategyGetArgs.cs

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

10 changes: 9 additions & 1 deletion sdk/dotnet/Aws/Outputs/OceanLaunchSpecStrategy.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/aws/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.

16 changes: 16 additions & 0 deletions sdk/python/pulumi_spotinst/aws/_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/aws/outputs.py

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

0 comments on commit be5391c

Please sign in to comment.