Skip to content

Commit 346bd15

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.5
1 parent ab3c453 commit 346bd15

39 files changed

+995
-3770
lines changed

.speakeasy/gen.lock

Lines changed: 22 additions & 31 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
speakeasyVersion: 1.451.5
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:e3cab0a0358b64a498ab5f791f9a40b06026ada9ee6fb15a3d9effa557a46aa2
6+
sourceBlobDigest: sha256:8e9af308971f0c19559f212893bd7a026bc0dbdc548134edcc772a3119ad4a00
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1730852495
10+
- 0.2.0
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:e3cab0a0358b64a498ab5f791f9a40b06026ada9ee6fb15a3d9effa557a46aa2
16+
sourceBlobDigest: sha256:8e9af308971f0c19559f212893bd7a026bc0dbdc548134edcc772a3119ad4a00
17+
workflow:
18+
workflowVersion: 1.0.0
19+
speakeasyVersion: latest
20+
sources:
21+
my-source:
22+
inputs:
23+
- location: https://docs.api.epilot.io/file.yaml
24+
registry:
25+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
26+
targets:
27+
terraform:
28+
target: terraform
29+
source: my-source

.speakeasy/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
workflowVersion: 1.0.0
2+
speakeasyVersion: latest
23
sources:
34
my-source:
45
inputs:
56
- location: https://docs.api.epilot.io/file.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
69
targets:
710
terraform:
811
target: terraform

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ terraform {
5959
required_providers {
6060
epilot-file = {
6161
source = "epilot-dev/epilot-file"
62-
version = "0.5.0"
62+
version = "0.6.0"
6363
}
6464
}
6565
}
@@ -117,10 +117,7 @@ provider_installation {
117117

118118
### Resources
119119

120-
* [epilot-file_file](docs/resources/file.md)
121120
### Data Sources
122-
123-
* [epilot-file_file](docs/data-sources/file.md)
124121
<!-- End Available Resources and Data Sources [operations] -->
125122

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

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

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

140139
<!-- Placeholder for Future Speakeasy SDK Sections -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ Based on:
1414
- OpenAPI Doc 0.1.0
1515
- Speakeasy CLI 1.148.0 (2.237.3) https://github.com/speakeasy-api/speakeasy
1616
### Generated
17-
- [terraform v0.1.0] .
17+
- [terraform v0.1.0] .
18+
19+
## 2024-12-05 00:23:45
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.451.5 (2.471.2) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [terraform v0.6.0] .
26+
### Releases
27+
- [Terraform v0.6.0] https://registry.terraform.io/providers/epilot-dev/epilot-file/0.6.0 - .

docs/data-sources/file.md

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ terraform {
1717
required_providers {
1818
epilot-file = {
1919
source = "epilot-dev/epilot-file"
20-
version = "0.5.0"
20+
version = "0.6.0"
2121
}
2222
}
2323
}

docs/resources/file.md

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

examples/data-sources/epilot-file_file/data-source.tf

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

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
epilot-file = {
44
source = "epilot-dev/epilot-file"
5-
version = "0.5.0"
5+
version = "0.6.0"
66
}
77
}
88
}

examples/resources/epilot-file_file/import.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)