Skip to content

Commit e9cc22e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.544.0
1 parent ab3c453 commit e9cc22e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1937
-4089
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**/.speakeasy/temp/
2+
**/.speakeasy/logs/
13
# .gitignore
24
.terraform
35
.terraform*
@@ -30,8 +32,6 @@ override.tf.json
3032
.terraformrc
3133
terraform.rc
3234
.DS_Store
33-
3435
terraform-provider-epilot-file
35-
3636
original.yaml
3737
original_modified.yaml

.speakeasy/gen.lock

+72-53
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
speakeasyVersion: 1.544.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:aec2327d994c8902843e8c3f7c6876ebf8d7848354ec70907c1013303fd825e5
6+
sourceBlobDigest: sha256:959b44cb41730f235554e3ddff1940be1567cd18c1b0a282c3ddeec6a193815c
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:aec2327d994c8902843e8c3f7c6876ebf8d7848354ec70907c1013303fd825e5
16+
sourceBlobDigest: sha256:959b44cb41730f235554e3ddff1940be1567cd18c1b0a282c3ddeec6a193815c
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

+3
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

+6-7
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

+11-1
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+
## 2025-05-14 00:25:08
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.544.0 (2.599.0) 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

-102
This file was deleted.

docs/index.md

+1-1
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

-150
This file was deleted.

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

-5
This file was deleted.

examples/provider/provider.tf

+1-1
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

-1
This file was deleted.

0 commit comments

Comments
 (0)