Skip to content

chore: 🐝 Update SDK - Generate 0.18.0 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@
**/.speakeasy/temp/
**/.speakeasy/logs/
.terraform
.terraform*
*.tfstate*
Expand Down
281 changes: 60 additions & 221 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
speakeasyVersion: 1.568.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:4dedbe8a55071d61656c745ff28dfb9e1af713b2432116327e6e38cd1021bacc
sourceBlobDigest: sha256:48e65581d62b946df1ad00d023033fd4904a945fd65b70d6dbfc77d545f9867b
tags:
- latest
- speakeasy-sdk-regen-1750552738
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:4dedbe8a55071d61656c745ff28dfb9e1af713b2432116327e6e38cd1021bacc
sourceBlobDigest: sha256:48e65581d62b946df1ad00d023033fd4904a945fd65b70d6dbfc77d545f9867b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/workflows-definition.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
source: my-source
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/workflows-definition.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
Expand Down
9 changes: 1 addition & 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.17.0"
version = "0.18.0"
}
}
}
Expand Down Expand Up @@ -119,14 +119,7 @@ provider_installation {

### 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 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-06-23 00:37:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.568.0 (2.632.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.18.0] .
### Releases
- [Terraform v0.18.0] https://registry.terraform.io/providers/epilot-dev/epilot-workflow/0.18.0 - .
29 changes: 0 additions & 29 deletions docs/data-sources/closing_reason.md

This file was deleted.

Loading