Skip to content

Commit 7a233ee

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.1
1 parent ab3c453 commit 7a233ee

34 files changed

+696
-3742
lines changed

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
speakeasyVersion: 1.438.1
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:d70e8339e770eab2e18cdd04854152b302d6cd6ff57a331eaebf76c25d5ee7e5
6+
sourceBlobDigest: sha256:ca2ae455573b9201e3514f3a33e2927c7905bc0790d8046289394354bb1d23b5
7+
tags:
8+
- latest
9+
- main
10+
targets:
11+
terraform:
12+
source: my-source
13+
sourceNamespace: my-source
14+
sourceRevisionDigest: sha256:d70e8339e770eab2e18cdd04854152b302d6cd6ff57a331eaebf76c25d5ee7e5
15+
sourceBlobDigest: sha256:ca2ae455573b9201e3514f3a33e2927c7905bc0790d8046289394354bb1d23b5
16+
workflow:
17+
workflowVersion: 1.0.0
18+
speakeasyVersion: latest
19+
sources:
20+
my-source:
21+
inputs:
22+
- location: https://docs.api.epilot.io/file.yaml
23+
registry:
24+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
25+
targets:
26+
terraform:
27+
target: terraform
28+
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: 1 addition & 4 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] -->

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-11-12 00:21:12
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.438.1 (2.457.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)