Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.165.0 (#614)
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.164.0  to 1.165.0.
	Fixes #613
  • Loading branch information
pulumi-bot authored Mar 25, 2024
1 parent 27dee3b commit 21db29a
Show file tree
Hide file tree
Showing 11 changed files with 198 additions and 4 deletions.
12 changes: 12 additions & 0 deletions provider/cmd/pulumi-resource-spotinst/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12273,6 +12273,10 @@
"type": "integer",
"description": "The amount of time, in seconds, after the instance has launched to start checking its health.\n"
},
"healthCheckUnhealthyDurationBeforeReplacement": {
"type": "integer",
"description": "The amount of time, in seconds, an existing instance should remain active after becoming unhealthy. After the set time out the instance will be replaced. The minimum value allowed is 60, and it must be a multiple of 60.\n"
},
"iamInstanceProfile": {
"type": "string",
"description": "The instance profile iam role.\n"
Expand Down Expand Up @@ -12460,6 +12464,10 @@
"type": "integer",
"description": "The amount of time, in seconds, after the instance has launched to start checking its health.\n"
},
"healthCheckUnhealthyDurationBeforeReplacement": {
"type": "integer",
"description": "The amount of time, in seconds, an existing instance should remain active after becoming unhealthy. After the set time out the instance will be replaced. The minimum value allowed is 60, and it must be a multiple of 60.\n"
},
"iamInstanceProfile": {
"type": "string",
"description": "The instance profile iam role.\n"
Expand Down Expand Up @@ -12646,6 +12654,10 @@
"type": "integer",
"description": "The amount of time, in seconds, after the instance has launched to start checking its health.\n"
},
"healthCheckUnhealthyDurationBeforeReplacement": {
"type": "integer",
"description": "The amount of time, in seconds, an existing instance should remain active after becoming unhealthy. After the set time out the instance will be replaced. The minimum value allowed is 60, and it must be a multiple of 60.\n"
},
"iamInstanceProfile": {
"type": "string",
"description": "The instance profile iam role.\n"
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ require (
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spotinst/spotinst-sdk-go v1.336.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.337.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
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2964,8 +2964,8 @@ 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/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=
github.com/spotinst/spotinst-sdk-go v1.336.0 h1:TvgKWDznce2WIAKNktmRgLqfFLlK92SHaTWQd/EGvLk=
github.com/spotinst/spotinst-sdk-go v1.336.0/go.mod h1:cPpdCFZ4K3PWCbZdQB2wxNfEUVuz+KecJCSbqqesoMM=
github.com/spotinst/spotinst-sdk-go v1.337.0 h1:sL4xmnptGQtCycmYQ7vYSgOHFMiqhqpoorWYaaeLDmU=
github.com/spotinst/spotinst-sdk-go v1.337.0/go.mod h1:cPpdCFZ4K3PWCbZdQB2wxNfEUVuz+KecJCSbqqesoMM=
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8=
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
Expand Down
18 changes: 18 additions & 0 deletions sdk/dotnet/Aws/Ocean.cs

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

15 changes: 15 additions & 0 deletions sdk/go/spotinst/aws/ocean.go

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

14 changes: 14 additions & 0 deletions sdk/java/src/main/java/com/pulumi/spotinst/aws/Ocean.java

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

37 changes: 37 additions & 0 deletions sdk/java/src/main/java/com/pulumi/spotinst/aws/OceanArgs.java

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 21db29a

Please sign in to comment.