Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.153.0 (#505)
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.151.1  to 1.153.0.
	Fixes #499
	Fixes #498
  • Loading branch information
iwahbe authored Dec 12, 2023
1 parent d4cc3da commit ec9ee25
Show file tree
Hide file tree
Showing 38 changed files with 1,564 additions and 98 deletions.
125 changes: 51 additions & 74 deletions patches/0001-fork.patch

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions provider/cmd/pulumi-resource-spotinst/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,23 @@
},
"key_name": {},
"lifetime_period": {},
"logging": {
"maxItemsOne": true,
"elem": {
"fields": {
"export": {
"maxItemsOne": true,
"elem": {
"fields": {
"s3": {
"maxItemsOne": false
}
}
}
}
}
}
},
"max_size": {},
"metadata_options": {
"maxItemsOne": true,
Expand Down Expand Up @@ -5135,6 +5152,9 @@
"tagKey": "tag_key",
"tagValue": "tag_value"
},
"spotinst:aws/ElastigroupLoggingExport:ElastigroupLoggingExport": {
"s3s": "s3"
},
"spotinst:aws/ElastigroupMetadataOptions:ElastigroupMetadataOptions": {
"httpPutResponseHopLimit": "http_put_response_hop_limit",
"httpTokens": "http_tokens",
Expand Down
49 changes: 47 additions & 2 deletions provider/cmd/pulumi-resource-spotinst/schema.json

Large diffs are not rendered by default.

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.186.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.187.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 @@ -2332,8 +2332,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.186.0 h1:/zV19Q2gn5HElpTH1bOxPDQKhs5HXh7dWRsB5pf0+OY=
github.com/spotinst/spotinst-sdk-go v1.186.0/go.mod h1:DP/y998hi551EWIR6t4mbohMMMKjp1IE0K+eJztaFGc=
github.com/spotinst/spotinst-sdk-go v1.187.0 h1:kA3fe5eBacZWy20PkB1lpSMLldeGYlHLb57ygbc5yZ0=
github.com/spotinst/spotinst-sdk-go v1.187.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
18 changes: 18 additions & 0 deletions sdk/dotnet/Aws/Elastigroup.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/Aws/Inputs/ElastigroupImageImageArgs.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/Aws/Inputs/ElastigroupImageImageGetArgs.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Aws/Inputs/ElastigroupLoggingArgs.cs

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

32 changes: 32 additions & 0 deletions sdk/dotnet/Aws/Inputs/ElastigroupLoggingExportArgs.cs

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

32 changes: 32 additions & 0 deletions sdk/dotnet/Aws/Inputs/ElastigroupLoggingExportGetArgs.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Aws/Inputs/ElastigroupLoggingExportS3Args.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Aws/Inputs/ElastigroupLoggingExportS3GetArgs.cs

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

26 changes: 26 additions & 0 deletions sdk/dotnet/Aws/Inputs/ElastigroupLoggingGetArgs.cs

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

2 changes: 1 addition & 1 deletion sdk/dotnet/Aws/Outputs/ElastigroupImageImage.cs

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

27 changes: 27 additions & 0 deletions sdk/dotnet/Aws/Outputs/ElastigroupLogging.cs

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

27 changes: 27 additions & 0 deletions sdk/dotnet/Aws/Outputs/ElastigroupLoggingExport.cs

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

27 changes: 27 additions & 0 deletions sdk/dotnet/Aws/Outputs/ElastigroupLoggingExportS3.cs

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

Loading

0 comments on commit ec9ee25

Please sign in to comment.