Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.158.0 (#542)
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.157.0  to 1.158.0.
	Fixes #538
  • Loading branch information
pulumi-bot authored Jan 9, 2024
1 parent 2ddb0e6 commit b6c2f2a
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-spotinst/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,7 @@
"ebsOptimized": "ebs_optimized",
"elasticIp": "elastic_ip",
"enableMonitoring": "enable_monitoring",
"fallBackToOd": "fall_back_to_od",
"fallbackToOndemand": "fallback_to_ondemand",
"gracePeriod": "grace_period",
"healthCheckType": "health_check_type",
"iamInstanceProfile": "iam_instance_profile",
Expand Down
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-spotinst/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10583,7 +10583,7 @@
"enableMonitoring": {
"type": "boolean"
},
"fallBackToOd": {
"fallbackToOndemand": {
"type": "boolean"
},
"gracePeriod": {
Expand Down Expand Up @@ -10763,7 +10763,7 @@
"enableMonitoring": {
"type": "boolean"
},
"fallBackToOd": {
"fallbackToOndemand": {
"type": "boolean"
},
"gracePeriod": {
Expand Down Expand Up @@ -10943,7 +10943,7 @@
"enableMonitoring": {
"type": "boolean"
},
"fallBackToOd": {
"fallbackToOndemand": {
"type": "boolean"
},
"gracePeriod": {
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,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.188.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.189.0 // indirect
github.com/stretchr/testify v1.8.4 // 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 @@ -2341,8 +2341,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.188.0 h1:ja4K4em/lX5+XknatQZY2fEokhdzHmC7BjCpmjGzOUA=
github.com/spotinst/spotinst-sdk-go v1.188.0/go.mod h1:DP/y998hi551EWIR6t4mbohMMMKjp1IE0K+eJztaFGc=
github.com/spotinst/spotinst-sdk-go v1.189.0 h1:e1Vv+LDtem34KEvzpzxnQxBLZte7rW5owD8goX2xrTo=
github.com/spotinst/spotinst-sdk-go v1.189.0/go.mod h1:DP/y998hi551EWIR6t4mbohMMMKjp1IE0K+eJztaFGc=
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
12 changes: 6 additions & 6 deletions sdk/dotnet/Aws/ManagedInstance.cs

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

14 changes: 7 additions & 7 deletions sdk/go/spotinst/aws/managedInstance.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.

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

10 changes: 5 additions & 5 deletions sdk/nodejs/aws/managedInstance.ts

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

Loading

0 comments on commit b6c2f2a

Please sign in to comment.