Skip to content

Commit

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

---

- Upgrading terraform-provider-spotinst from 1.205.1  to 1.206.0.
	Fixes #942
  • Loading branch information
pulumi-bot authored Jan 13, 2025
1 parent 7da18ce commit de9f67d
Show file tree
Hide file tree
Showing 21 changed files with 687 additions and 7 deletions.
3 changes: 3 additions & 0 deletions provider/cmd/pulumi-resource-spotinst/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1840,6 +1840,9 @@
"spotinst_ocean_gke_import": {
"current": "spotinst:gke/oceanImport:OceanImport",
"fields": {
"auto_update": {
"maxItemsOne": false
},
"autoscaler": {
"maxItemsOne": true,
"elem": {
Expand Down
32 changes: 31 additions & 1 deletion provider/cmd/pulumi-resource-spotinst/schema.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.4
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.100.0
github.com/pulumi/pulumi/sdk/v3 v3.145.0
github.com/spotinst/terraform-provider-spotinst v1.205.1
github.com/spotinst/terraform-provider-spotinst v1.206.0
)

replace (
Expand Down Expand Up @@ -160,7 +160,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.380.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.382.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/teekennedy/goldmark-markdown v0.3.0 // indirect
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2012,10 +2012,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.380.0 h1:eGZ12gMDYHazZbR+ZGW1Pq5JnD8uTTrt+sLJX3fd/DY=
github.com/spotinst/spotinst-sdk-go v1.380.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.205.1 h1:swCy7zIT26hT7rMPC2Wz0zbbfAfetOLv9AHjQuNvG/4=
github.com/spotinst/terraform-provider-spotinst v1.205.1/go.mod h1:YMJdx/8X4oT9JzmMw33yL4zO5VwQzezdvZ2j6z67H/4=
github.com/spotinst/spotinst-sdk-go v1.382.0 h1:EbRLMORlFdN27urjc0QyThjlKUEmpYp+89FvZWZAK80=
github.com/spotinst/spotinst-sdk-go v1.382.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.206.0 h1:QXxg0RoXrx2ACtVv84CnIreMv8VoetCiL2w8bLuNcDQ=
github.com/spotinst/terraform-provider-spotinst v1.206.0/go.mod h1:ytoBlap8Uf50H6lcwkzXqzEi/0THTfAIi8kimV0CTyw=
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
26 changes: 26 additions & 0 deletions sdk/dotnet/Gke/Inputs/OceanImportAutoUpdateArgs.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/Gke/Inputs/OceanImportAutoUpdateGetArgs.cs

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

37 changes: 37 additions & 0 deletions sdk/dotnet/Gke/OceanImport.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/Gke/Outputs/OceanImportAutoUpdate.cs

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

20 changes: 20 additions & 0 deletions sdk/go/spotinst/gke/oceanImport.go

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

101 changes: 101 additions & 0 deletions sdk/go/spotinst/gke/pulumiTypes.go

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

Loading

0 comments on commit de9f67d

Please sign in to comment.