Skip to content

chore: 🐝 Update SDK - Generate 0.6.0 #9

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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/temp/
# .gitignore
.terraform
.terraform*
Expand Down Expand Up @@ -30,8 +31,6 @@ override.tf.json
.terraformrc
terraform.rc
.DS_Store

terraform-provider-epilot-file

original.yaml
original_modified.yaml
122 changes: 71 additions & 51 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.539.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:aec2327d994c8902843e8c3f7c6876ebf8d7848354ec70907c1013303fd825e5
sourceBlobDigest: sha256:959b44cb41730f235554e3ddff1940be1567cd18c1b0a282c3ddeec6a193815c
tags:
- latest
- speakeasy-sdk-regen-1730852495
- 0.2.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:aec2327d994c8902843e8c3f7c6876ebf8d7848354ec70907c1013303fd825e5
sourceBlobDigest: sha256:959b44cb41730f235554e3ddff1940be1567cd18c1b0a282c3ddeec6a193815c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/file.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/file.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ terraform {
required_providers {
epilot-file = {
source = "epilot-dev/epilot-file"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down Expand Up @@ -117,10 +117,7 @@ provider_installation {

### Resources

* [epilot-file_file](docs/resources/file.md)
### Data Sources

* [epilot-file_file](docs/data-sources/file.md)
<!-- End Available Resources and Data Sources [operations] -->

<!-- Start Summary [summary] -->
Expand All @@ -131,10 +128,12 @@ File API: Upload and manage epilot Files

<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [epilot-file](#epilot-file)
* [Installation](#installation)
* [Testing the provider locally](#testing-the-provider-locally)
* [Available Resources and Data Sources](#available-resources-and-data-sources)

* [Installation](#installation)
* [Available Resources and Data Sources](#available-resources-and-data-sources)
* [Testing the provider locally](#testing-the-provider-locally)
<!-- End Table of Contents [toc] -->

<!-- Placeholder for Future Speakeasy SDK Sections -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ Based on:
- OpenAPI Doc 0.1.0
- Speakeasy CLI 1.148.0 (2.237.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.1.0] .
- [terraform v0.1.0] .

## 2025-04-25 00:24:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.539.2 (2.591.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.6.0] .
### Releases
- [Terraform v0.6.0] https://registry.terraform.io/providers/epilot-dev/epilot-file/0.6.0 - .
102 changes: 0 additions & 102 deletions docs/data-sources/file.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
epilot-file = {
source = "epilot-dev/epilot-file"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
150 changes: 0 additions & 150 deletions docs/resources/file.md

This file was deleted.

5 changes: 0 additions & 5 deletions examples/data-sources/epilot-file_file/data-source.tf

This file was deleted.

2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
epilot-file = {
source = "epilot-dev/epilot-file"
version = "0.5.0"
version = "0.6.0"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion examples/resources/epilot-file_file/import.sh

This file was deleted.

Loading