Skip to content

Commit e479bdc

Browse files
committed
## Terraform SDK Changes:
* `SDK.Closing Reason.createClosingReason()`: `request` **Changed** **Breaking** ⚠️ * `SDK.Workflows.createDefinition()`: * `request` **Changed** * `response` **Changed** **Breaking** ⚠️ * `SDK.Flows V2.createFlowTemplate()`: **Added** * `SDK.Flows V2.searchFlowTemplates()`: **Added** * `SDK.Closing Reason.deleteClosingReason()`: **Added** * `SDK.Flows V2.deleteFlowTemplate()`: **Added** * `SDK.Flows V2.duplicateFlowTemplate()`: **Added** * `SDK.Flows V2.getFlowTemplate()`: **Added** * `SDK.Flows V2.listFlowTemplates()`: **Added** * `SDK.Closing Reason.updateClosingReason()`: **Added** * `SDK.Flows V2.updateFlowTemplate()`: **Added** * `SDK.Closing Reason.getClosingReasonV1()`: **Added** * `SDK.Closing Reason.getClosingReason()`: **Added** * `SDK.Workflows.getDefinition()`: `response` **Changed** * `SDK.Workflows.getDefinitions()`: `response.[]` **Changed** * `SDK.Workflows.updateDefinition()`: * `request.WorkflowDefinition` **Changed** * `response` **Changed**
1 parent 38b6532 commit e479bdc

File tree

88 files changed

+2270
-13974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2270
-13974
lines changed

.speakeasy/gen.lock

Lines changed: 45 additions & 270 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
speakeasyVersion: 1.606.10
1+
speakeasyVersion: 1.680.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:2ee81d075cfd43eeb48662bce1ecc240dd0dd642c3f5a17946ecdd6902fea272
6-
sourceBlobDigest: sha256:ca57c9f570036cc2e6be6bc717859bdf514add526b696920bca75f1801c7cace
5+
sourceRevisionDigest: sha256:1347558848e60008d0712b950099a951f194aae2696eab2b969b01422bbcb9a0
6+
sourceBlobDigest: sha256:9083635ed2215ff4fbe6f2116bd33d57f7f897ed9c9892d788deb16112da3cee
77
tags:
88
- latest
9+
- speakeasy-sdk-regen-1764981259
910
- 1.0.0
1011
targets:
1112
terraform:
1213
source: my-source
1314
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:2ee81d075cfd43eeb48662bce1ecc240dd0dd642c3f5a17946ecdd6902fea272
15-
sourceBlobDigest: sha256:ca57c9f570036cc2e6be6bc717859bdf514add526b696920bca75f1801c7cace
15+
sourceRevisionDigest: sha256:1347558848e60008d0712b950099a951f194aae2696eab2b969b01422bbcb9a0
16+
sourceBlobDigest: sha256:9083635ed2215ff4fbe6f2116bd33d57f7f897ed9c9892d788deb16112da3cee
1617
workflow:
1718
workflowVersion: 1.0.0
1819
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ terraform {
6161
required_providers {
6262
epilot-workflow = {
6363
source = "epilot-dev/epilot-workflow"
64-
version = "0.20.1"
64+
version = "0.21.0"
6565
}
6666
}
6767
}
@@ -131,14 +131,7 @@ Available configuration:
131131

132132
### Resources
133133

134-
* [epilot-workflow_closing_reason](docs/resources/closing_reason.md)
135-
* [epilot-workflow_flow_template](docs/resources/flow_template.md)
136-
* [epilot-workflow_workflow_definition](docs/resources/workflow_definition.md)
137134
### Data Sources
138-
139-
* [epilot-workflow_closing_reason](docs/data-sources/closing_reason.md)
140-
* [epilot-workflow_flow_template](docs/data-sources/flow_template.md)
141-
* [epilot-workflow_workflow_definition](docs/data-sources/workflow_definition.md)
142135
<!-- End Available Resources and Data Sources [operations] -->
143136

144137
<!-- Start Summary [summary] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,14 @@ Based on:
2222
- OpenAPI Doc 1.0.0
2323
- Speakeasy CLI 1.303.0 (2.339.1) https://github.com/speakeasy-api/speakeasy
2424
### Generated
25-
- [terraform v0.8.2] .
25+
- [terraform v0.8.2] .
26+
27+
## 2025-12-22 00:39:21
28+
### Changes
29+
Based on:
30+
- OpenAPI Doc
31+
- Speakeasy CLI 1.680.3 (2.788.5) https://github.com/speakeasy-api/speakeasy
32+
### Generated
33+
- [terraform v0.21.0] .
34+
### Releases
35+
- [Terraform v0.21.0] https://registry.terraform.io/providers/epilot-dev/epilot-workflow/0.21.0 - .

docs/data-sources/closing_reason.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)