Skip to content

Commit

Permalink
Update to 0.8.8 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored Aug 26, 2024
1 parent 0c0f63b commit 477e4d2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG
=========
## 0.3.8 2024-08-26
Update to Terraform Provider [0.8.8](https://github.com/MaterializeInc/terraform-provider-materialize/releases/tag/v0.8.8).

## 0.3.7 2024-08-15
Update to Terraform Provider [0.8.7](https://github.com/MaterializeInc/terraform-provider-materialize/releases/tag/v0.8.7).

Expand Down
29 changes: 29 additions & 0 deletions provider/cmd/pulumi-resource-materialize/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,23 @@
},
"type": "object"
},
"materialize:index/ClusterWaitUntilReady:ClusterWaitUntilReady": {
"properties": {
"enabled": {
"type": "boolean",
"description": "Enable wait*until*ready.\n"
},
"onTimeout": {
"type": "string",
"description": "Action to take on timeout: COMMIT|ROLLBACK\n"
},
"timeout": {
"type": "string",
"description": "Max duration to wait for the new replicas to be ready.\n"
}
},
"type": "object"
},
"materialize:index/ConnectionAwsAccessKeyId:ConnectionAwsAccessKeyId": {
"properties": {
"secret": {
Expand Down Expand Up @@ -3435,6 +3452,10 @@
"size": {
"type": "string",
"description": "The size of the managed cluster.\n"
},
"waitUntilReady": {
"$ref": "#/types/materialize:index/ClusterWaitUntilReady:ClusterWaitUntilReady",
"description": "Defines the parameters for the WAIT UNTIL READY options\n"
}
},
"required": [
Expand Down Expand Up @@ -3499,6 +3520,10 @@
"size": {
"type": "string",
"description": "The size of the managed cluster.\n"
},
"waitUntilReady": {
"$ref": "#/types/materialize:index/ClusterWaitUntilReady:ClusterWaitUntilReady",
"description": "Defines the parameters for the WAIT UNTIL READY options\n"
}
},
"stateInputs": {
Expand Down Expand Up @@ -3557,6 +3582,10 @@
"size": {
"type": "string",
"description": "The size of the managed cluster.\n"
},
"waitUntilReady": {
"$ref": "#/types/materialize:index/ClusterWaitUntilReady:ClusterWaitUntilReady",
"description": "Defines the parameters for the WAIT UNTIL READY options\n"
}
},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/MaterializeInc/terraform-provider-materialize v0.8.7
github.com/MaterializeInc/terraform-provider-materialize v0.8.8
github.com/pulumi/pulumi-terraform-bridge/v3 v3.59.0
github.com/pulumi/pulumi/sdk/v3 v3.81.0
)
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ github.com/Masterminds/semver/v3 v3.2.0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYr
github.com/Masterminds/sprig/v3 v3.2.1/go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk=
github.com/Masterminds/sprig/v3 v3.2.3 h1:eL2fZNezLomi0uOLqjQoN6BfsDD+fyLtgbJMAj9n6YA=
github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM=
github.com/MaterializeInc/terraform-provider-materialize v0.8.7 h1:UWFlCVoHbuuuEcO1fLmHXgHwsc95ACBXx11HmenfC+Y=
github.com/MaterializeInc/terraform-provider-materialize v0.8.7/go.mod h1:ph08vxbbwopRDpA5TV1qzIzYGUZUTdt12DLtH2t4c04=
github.com/MaterializeInc/terraform-provider-materialize v0.8.8 h1:JcZCLBr/yh8vyd36eIgcn3BlVgP2pPRmFlyNgzKuHF4=
github.com/MaterializeInc/terraform-provider-materialize v0.8.8/go.mod h1:ph08vxbbwopRDpA5TV1qzIzYGUZUTdt12DLtH2t4c04=
github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA=
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA=
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw=
Expand Down

0 comments on commit 477e4d2

Please sign in to comment.