Skip to content

Commit 983e924

Browse files
authored
Upgrade terraform-provider-spotinst to v1.223.0 (#1104)
This PR was generated via `$ upgrade-provider pulumi/pulumi-spotinst --kind=provider --target-bridge-version=latest --target-version=1.223.0 --allow-missing-docs=true`. --- - Upgrading terraform-provider-spotinst from 1.222.1 to 1.223.0. Fixes #1103
1 parent 7c99b28 commit 983e924

19 files changed

+600
-7
lines changed

provider/cmd/pulumi-resource-spotinst/bridge-metadata.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,14 @@
17521752
"maxItemsOne": false
17531753
},
17541754
"strategy": {
1755-
"maxItemsOne": false
1755+
"maxItemsOne": false,
1756+
"elem": {
1757+
"fields": {
1758+
"orientation": {
1759+
"maxItemsOne": true
1760+
}
1761+
}
1762+
}
17561763
},
17571764
"subnet_ids": {
17581765
"maxItemsOne": false

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3837,6 +3837,10 @@
38373837
"type": "integer",
38383838
"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"
38393839
},
3840+
"orientation": {
3841+
"$ref": "#/types/spotinst:aws/OceanLaunchSpecStrategyOrientation:OceanLaunchSpecStrategyOrientation",
3842+
"description": "Vng orientation configuration.\n"
3843+
},
38403844
"spotPercentage": {
38413845
"type": "integer",
38423846
"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"
@@ -3852,6 +3856,15 @@
38523856
},
38533857
"type": "object"
38543858
},
3859+
"spotinst:aws/OceanLaunchSpecStrategyOrientation:OceanLaunchSpecStrategyOrientation": {
3860+
"properties": {
3861+
"availabilityVsCost": {
3862+
"type": "string",
3863+
"description": "Set this value to control the approach that Ocean takes while launching nodes. Valid values: `\"costOriented\"`, `\"cheapest\"`, `\"balanced\"`.\n"
3864+
}
3865+
},
3866+
"type": "object"
3867+
},
38553868
"spotinst:aws/OceanLaunchSpecTag:OceanLaunchSpecTag": {
38563869
"properties": {
38573870
"key": {

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.222.1
10+
github.com/spotinst/terraform-provider-spotinst v1.223.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.396.0 // indirect
164+
github.com/spotinst/spotinst-sdk-go v1.397.0 // 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.396.0 h1:0/HEuqNshEkNSh1hr+xHgKv6ssUMqSh+5cv8YKs6s48=
2290-
github.com/spotinst/spotinst-sdk-go v1.396.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
2291-
github.com/spotinst/terraform-provider-spotinst v1.222.1 h1:PyUkDDhMcZ0okDyDzN58n7Jq4S173EJXXwF8idzFkig=
2292-
github.com/spotinst/terraform-provider-spotinst v1.222.1/go.mod h1:nwpU3A10/iHf/doDld9rrTTMiLUZzkhjKWlRtW5WGC8=
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=
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/Aws/Inputs/OceanLaunchSpecStrategyArgs.cs

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

sdk/dotnet/Aws/Inputs/OceanLaunchSpecStrategyGetArgs.cs

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

sdk/dotnet/Aws/Inputs/OceanLaunchSpecStrategyOrientationArgs.cs

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

sdk/dotnet/Aws/Inputs/OceanLaunchSpecStrategyOrientationGetArgs.cs

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

sdk/dotnet/Aws/Outputs/OceanLaunchSpecStrategy.cs

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

sdk/dotnet/Aws/Outputs/OceanLaunchSpecStrategyOrientation.cs

Lines changed: 27 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)