Skip to content

Commit 8e8b93d

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.0
1 parent ab3c453 commit 8e8b93d

Some content is hidden

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

71 files changed

+2400
-4266
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
**/.speakeasy/temp/
2+
**/.speakeasy/logs/
3+
.env
4+
.env.local
15
# .gitignore
26
.terraform
37
.terraform*
@@ -30,8 +34,6 @@ override.tf.json
3034
.terraformrc
3135
terraform.rc
3236
.DS_Store
33-
3437
terraform-provider-epilot-file
35-
3638
original.yaml
3739
original_modified.yaml

.speakeasy/gen.lock

Lines changed: 78 additions & 55 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.615.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:2bed7aca845307fce5f4086207fc65666c9e23f1546473076f8549d3965ca796
6+
sourceBlobDigest: sha256:982d04b364c4967e1ca8d02e6a875453cb4246909d1cfb311d6bd162d96cedd8
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1730852495
10+
- 0.2.1
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:2bed7aca845307fce5f4086207fc65666c9e23f1546473076f8549d3965ca796
16+
sourceBlobDigest: sha256:982d04b364c4967e1ca8d02e6a875453cb4246909d1cfb311d6bd162d96cedd8
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: 20 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
}
@@ -112,15 +112,25 @@ provider_installation {
112112
```
113113
<!-- End Testing the provider locally [usage] -->
114114

115+
<!-- Start Authentication [security] -->
116+
## Authentication
117+
118+
This provider supports authentication configuration via provider configuration.
119+
120+
Available configuration:
121+
122+
| Provider Attribute | Description |
123+
|---|---|
124+
| `cookie_auth` | Cookie with epilot OAuth2 token. |
125+
| `epilot_auth` | Authorization header with epilot OAuth2 bearer token. |
126+
<!-- End Authentication [security] -->
127+
115128
<!-- Start Available Resources and Data Sources [operations] -->
116129
## Available Resources and Data Sources
117130

118131
### Resources
119132

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

126136
<!-- Start Summary [summary] -->
@@ -131,10 +141,13 @@ File API: Upload and manage epilot Files
131141

132142
<!-- Start Table of Contents [toc] -->
133143
## Table of Contents
144+
<!-- $toc-max-depth=2 -->
145+
* [epilot-file](#epilot-file)
146+
* [Installation](#installation)
147+
* [Testing the provider locally](#testing-the-provider-locally)
148+
* [Authentication](#authentication)
149+
* [Available Resources and Data Sources](#available-resources-and-data-sources)
134150

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

140153
<!-- 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+
## 2025-09-10 00:23:22
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.615.0 (2.698.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

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

docs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "epilot-file Provider"
4-
subcategory: ""
54
description: |-
65
File API: Upload and manage epilot Files
76
---
@@ -17,7 +16,7 @@ terraform {
1716
required_providers {
1817
epilot-file = {
1918
source = "epilot-dev/epilot-file"
20-
version = "0.5.0"
19+
version = "0.6.0"
2120
}
2221
}
2322
}
@@ -32,6 +31,6 @@ provider "epilot-file" {
3231

3332
### Optional
3433

35-
- `cookie_auth` (String, Sensitive)
36-
- `epilot_auth` (String, Sensitive)
34+
- `cookie_auth` (String, Sensitive) Cookie with epilot OAuth2 token.
35+
- `epilot_auth` (String, Sensitive) Authorization header with epilot OAuth2 bearer token.
3736
- `server_url` (String) Server URL (defaults to https://file.sls.epilot.io)

0 commit comments

Comments
 (0)