Skip to content

Commit 40a4315

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.640.0
1 parent ab3c453 commit 40a4315

File tree

106 files changed

+7062
-5037
lines changed

Some content is hidden

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

106 files changed

+7062
-5037
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: 148 additions & 59 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.640.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:083886e23c0af69c08fe7fd90f62dcb4b35d0146e90cdd5b5ab80d367986f7c7
6+
sourceBlobDigest: sha256:a15225f21252c4d0cda133c8bce1992c0ec367b86e34c81f4e7526d07b5253bd
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1758759850
10+
- 1.0.0
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:083886e23c0af69c08fe7fd90f62dcb4b35d0146e90cdd5b5ab80d367986f7c7
16+
sourceBlobDigest: sha256:a15225f21252c4d0cda133c8bce1992c0ec367b86e34c81f4e7526d07b5253bd
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: 24 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,29 +112,46 @@ 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] -->
127137
## Summary
128138

129139
File API: Upload and manage epilot Files
140+
141+
## Changelog
142+
<a href="changelog">View API Changelog</a>
130143
<!-- End Summary [summary] -->
131144

132145
<!-- Start Table of Contents [toc] -->
133146
## Table of Contents
147+
<!-- $toc-max-depth=2 -->
148+
* [epilot-file](#epilot-file)
149+
* [Installation](#installation)
150+
* [Testing the provider locally](#testing-the-provider-locally)
151+
* [Authentication](#authentication)
152+
* [Available Resources and Data Sources](#available-resources-and-data-sources)
153+
* [Changelog](#changelog)
134154

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

140157
<!-- 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-10-28 00:24:13
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.640.0 (2.730.5) 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: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
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
6+
Changelog
7+
View API Changelog
78
---
89

910
# epilot-file Provider
1011

1112
File API: Upload and manage epilot Files
1213

14+
## Changelog
15+
<a href="changelog">View API Changelog</a>
16+
1317
## Example Usage
1418

1519
```terraform
1620
terraform {
1721
required_providers {
1822
epilot-file = {
1923
source = "epilot-dev/epilot-file"
20-
version = "0.5.0"
24+
version = "0.6.0"
2125
}
2226
}
2327
}
@@ -32,6 +36,6 @@ provider "epilot-file" {
3236

3337
### Optional
3438

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

0 commit comments

Comments
 (0)