Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
.env.local
**/.speakeasy/temp/
**/.speakeasy/logs/
.terraform
Expand Down
129 changes: 54 additions & 75 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
speakeasyVersion: 1.606.10
speakeasyVersion: 1.638.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:2ee81d075cfd43eeb48662bce1ecc240dd0dd642c3f5a17946ecdd6902fea272
sourceBlobDigest: sha256:ca57c9f570036cc2e6be6bc717859bdf514add526b696920bca75f1801c7cace
sourceRevisionDigest: sha256:c52c4814735af276d55ea024eae3b463e0da0fdb4be3bb5350fd5d2a835eb3af
sourceBlobDigest: sha256:457ebd0c094bdb65d3284268d8780ae9973f9bc7dc728d0ff6bacfda53966852
tags:
- latest
- speakeasy-sdk-regen-1759279029
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:2ee81d075cfd43eeb48662bce1ecc240dd0dd642c3f5a17946ecdd6902fea272
sourceBlobDigest: sha256:ca57c9f570036cc2e6be6bc717859bdf514add526b696920bca75f1801c7cace
sourceRevisionDigest: sha256:c52c4814735af276d55ea024eae3b463e0da0fdb4be3bb5350fd5d2a835eb3af
sourceBlobDigest: sha256:457ebd0c094bdb65d3284268d8780ae9973f9bc7dc728d0ff6bacfda53966852
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ terraform {
required_providers {
epilot-workflow = {
source = "epilot-dev/epilot-workflow"
version = "0.19.0"
version = "0.20.0"
}
}
}
Expand Down Expand Up @@ -114,19 +114,24 @@ provider_installation {
```
<!-- End Testing the provider locally [usage] -->

<!-- Start Authentication [security] -->
## Authentication

This provider supports authentication configuration via provider configuration.

Available configuration:

| Provider Attribute | Description |
|---|---|
| `bearer_auth` | HTTP Bearer. |
<!-- End Authentication [security] -->

<!-- Start Available Resources and Data Sources [operations] -->
## Available Resources and Data Sources

### Resources

* [epilot-workflow_closing_reason](docs/resources/closing_reason.md)
* [epilot-workflow_flow_template](docs/resources/flow_template.md)
* [epilot-workflow_workflow_definition](docs/resources/workflow_definition.md)
### Data Sources

* [epilot-workflow_closing_reason](docs/data-sources/closing_reason.md)
* [epilot-workflow_flow_template](docs/data-sources/flow_template.md)
* [epilot-workflow_workflow_definition](docs/data-sources/workflow_definition.md)
<!-- End Available Resources and Data Sources [operations] -->

<!-- Start Summary [summary] -->
Expand All @@ -141,6 +146,7 @@ Workflows Definitions: Service for Workflow Definitions for different processes
* [epilot-workflow](#epilot-workflow)
* [Installation](#installation)
* [Testing the provider locally](#testing-the-provider-locally)
* [Authentication](#authentication)
* [Available Resources and Data Sources](#available-resources-and-data-sources)

<!-- End Table of Contents [toc] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,14 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.303.0 (2.339.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.8.2] .
- [terraform v0.8.2] .

## 2025-10-23 00:33:00
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.638.1 (2.729.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.20.0] .
### Releases
- [Terraform v0.20.0] https://registry.terraform.io/providers/epilot-dev/epilot-workflow/0.20.0 - .
29 changes: 0 additions & 29 deletions docs/data-sources/closing_reason.md

This file was deleted.

Loading