Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.484.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 5, 2025
1 parent ab3c453 commit 542a6a2
Show file tree
Hide file tree
Showing 48 changed files with 1,292 additions and 3,823 deletions.
113 changes: 63 additions & 50 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.484.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:e5f7b080558b765feb45d7525e73de0b221a416dc3102de774b0aa73be0fc61f
sourceBlobDigest: sha256:8e9af308971f0c19559f212893bd7a026bc0dbdc548134edcc772a3119ad4a00
tags:
- latest
- speakeasy-sdk-regen-1730852495
- 0.2.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:e5f7b080558b765feb45d7525e73de0b221a416dc3102de774b0aa73be0fc61f
sourceBlobDigest: sha256:8e9af308971f0c19559f212893bd7a026bc0dbdc548134edcc772a3119ad4a00
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-02-05 00:21:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.484.1 (2.503.2) 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

0 comments on commit 542a6a2

Please sign in to comment.