Skip to content

Commit

Permalink
Upgrade terraform-provider-spotinst to v1.197.0 (#876)
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.197.0`.

---

- Upgrading terraform-provider-spotinst from 1.196.0  to 1.197.0.
	Fixes #875
  • Loading branch information
pulumi-bot authored Nov 14, 2024
1 parent 2303c22 commit ab93711
Show file tree
Hide file tree
Showing 21 changed files with 715 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 @@ -2041,6 +2041,9 @@
"recommendation_application_boundaries": {
"maxItemsOne": false
},
"recommendation_application_hpa": {
"maxItemsOne": false
},
"recommendation_application_intervals": {
"maxItemsOne": false,
"elem": {
Expand Down
44 changes: 44 additions & 0 deletions provider/cmd/pulumi-resource-spotinst/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8184,6 +8184,14 @@
},
"type": "object"
},
"spotinst:index/OceanRightSizingRuleRecommendationApplicationHpa:OceanRightSizingRuleRecommendationApplicationHpa": {
"properties": {
"allowHpaRecommendations": {
"type": "boolean"
}
},
"type": "object"
},
"spotinst:index/OceanRightSizingRuleRecommendationApplicationInterval:OceanRightSizingRuleRecommendationApplicationInterval": {
"properties": {
"monthlyRepetitionBases": {
Expand Down Expand Up @@ -18984,6 +18992,9 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleDetachWorkload:OceanRightSizingRuleDetachWorkload"
}
},
"excludePreliminaryRecommendations": {
"type": "boolean"
},
"oceanId": {
"type": "string"
},
Expand All @@ -18993,6 +19004,12 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationBoundary:OceanRightSizingRuleRecommendationApplicationBoundary"
}
},
"recommendationApplicationHpas": {
"type": "array",
"items": {
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationHpa:OceanRightSizingRuleRecommendationApplicationHpa"
}
},
"recommendationApplicationIntervals": {
"type": "array",
"items": {
Expand All @@ -19011,6 +19028,9 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationOverheadValue:OceanRightSizingRuleRecommendationApplicationOverheadValue"
}
},
"restartReplicas": {
"type": "string"
},
"ruleName": {
"type": "string"
}
Expand All @@ -19032,6 +19052,9 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleDetachWorkload:OceanRightSizingRuleDetachWorkload"
}
},
"excludePreliminaryRecommendations": {
"type": "boolean"
},
"oceanId": {
"type": "string"
},
Expand All @@ -19041,6 +19064,12 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationBoundary:OceanRightSizingRuleRecommendationApplicationBoundary"
}
},
"recommendationApplicationHpas": {
"type": "array",
"items": {
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationHpa:OceanRightSizingRuleRecommendationApplicationHpa"
}
},
"recommendationApplicationIntervals": {
"type": "array",
"items": {
Expand All @@ -19059,6 +19088,9 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationOverheadValue:OceanRightSizingRuleRecommendationApplicationOverheadValue"
}
},
"restartReplicas": {
"type": "string"
},
"ruleName": {
"type": "string"
}
Expand All @@ -19082,6 +19114,9 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleDetachWorkload:OceanRightSizingRuleDetachWorkload"
}
},
"excludePreliminaryRecommendations": {
"type": "boolean"
},
"oceanId": {
"type": "string"
},
Expand All @@ -19091,6 +19126,12 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationBoundary:OceanRightSizingRuleRecommendationApplicationBoundary"
}
},
"recommendationApplicationHpas": {
"type": "array",
"items": {
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationHpa:OceanRightSizingRuleRecommendationApplicationHpa"
}
},
"recommendationApplicationIntervals": {
"type": "array",
"items": {
Expand All @@ -19109,6 +19150,9 @@
"$ref": "#/types/spotinst:index/OceanRightSizingRuleRecommendationApplicationOverheadValue:OceanRightSizingRuleRecommendationApplicationOverheadValue"
}
},
"restartReplicas": {
"type": "string"
},
"ruleName": {
"type": "string"
}
Expand Down
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.22.7
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.95.0
github.com/pulumi/pulumi/sdk/v3 v3.137.0
github.com/spotinst/terraform-provider-spotinst v1.196.0
github.com/spotinst/terraform-provider-spotinst v1.197.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.372.0 // indirect
github.com/spotinst/spotinst-sdk-go v1.373.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 @@ -2007,10 +2007,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.372.0 h1:B4/+HK3D2Fe0821DOmw5RO4Lrzo2gi7oa6QWWjr5/7A=
github.com/spotinst/spotinst-sdk-go v1.372.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.196.0 h1:uWJbzybVln9PYWaa8CMXCaQuRtifK+Hm+Z7MPKfIynQ=
github.com/spotinst/terraform-provider-spotinst v1.196.0/go.mod h1:SmQgOHuPEi4R9NMly/RL851jm6wWl1t8IeBA/wfAJ24=
github.com/spotinst/spotinst-sdk-go v1.373.0 h1:7swkwpX3JiLCQx6ZbXbgA36zcmUVgo2ZWUogTLp7aYw=
github.com/spotinst/spotinst-sdk-go v1.373.0/go.mod h1:Tn4/eb0SFY6IXmxz71CClujvbD/PuT+EO6Ta8v6AML4=
github.com/spotinst/terraform-provider-spotinst v1.197.0 h1:eUJRUHQh0h1sTJqe5n0MgLa/rLF8p3VqLR1AEwJS6Ds=
github.com/spotinst/terraform-provider-spotinst v1.197.0/go.mod h1:hwklt2E/pvdGqvZe4WuvFWvxFdVWL5cvdJxVT52poU4=
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

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.

37 changes: 37 additions & 0 deletions sdk/dotnet/OceanRightSizingRule.cs

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 ab93711

Please sign in to comment.