Skip to content

Commit dee1a1e

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.637.0
1 parent 6c1df26 commit dee1a1e

Some content is hidden

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

69 files changed

+3879
-2627
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
**/.speakeasy/temp/
2+
**/.speakeasy/logs/
3+
.env
4+
.env.local
15
.terraform
26
.terraform*
37
*.tfstate*
48
.DS_Store
5-
69
original.yaml
710
original_modified.yaml

.speakeasy/gen.lock

Lines changed: 60 additions & 57 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.637.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:519b33eef977c85955e57cf30855c4cd3342c9999451b2d94f2deffb14caedd1
6+
sourceBlobDigest: sha256:f5e8d713dc18b3ce08392a3cac12709b30e5e02e1239fe363d22fe580559578f
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1758760432
10+
- 1.0.0
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:519b33eef977c85955e57cf30855c4cd3342c9999451b2d94f2deffb14caedd1
16+
sourceBlobDigest: sha256:f5e8d713dc18b3ce08392a3cac12709b30e5e02e1239fe363d22fe580559578f
17+
workflow:
18+
workflowVersion: 1.0.0
19+
speakeasyVersion: latest
20+
sources:
21+
my-source:
22+
inputs:
23+
- location: https://docs.api.epilot.io/template-variables.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/template-variables.yaml
7+
registry:
8+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
69
targets:
710
terraform:
811
target: terraform

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Template Variables API: API to provide variables for email and document template
3030
* [epilot-custom-variable](#epilot-custom-variable)
3131
* [🏗 **Welcome to your new Terraform Provider!** 🏗](#welcome-to-your-new-terraform-provider)
3232
* [Installation](#installation)
33+
* [Authentication](#authentication)
3334
* [Available Resources and Data Sources](#available-resources-and-data-sources)
3435
* [Testing the provider locally](#testing-the-provider-locally)
3536
* [Development](#development)
@@ -47,7 +48,7 @@ terraform {
4748
required_providers {
4849
epilot-custom-variable = {
4950
source = "epilot-dev/epilot-custom-variable"
50-
version = "1.2.0"
51+
version = "1.3.0"
5152
}
5253
}
5354
}
@@ -58,15 +59,25 @@ provider "epilot-custom-variable" {
5859
```
5960
<!-- End Installation [installation] -->
6061

62+
<!-- Start Authentication [security] -->
63+
## Authentication
64+
65+
This provider supports authentication configuration via provider configuration.
66+
67+
Available configuration:
68+
69+
| Provider Attribute | Description |
70+
|---|---|
71+
| `epilot_auth` | Authorization header with epilot OAuth2 bearer token. |
72+
| `epilot_org` | Overrides the target organization. |
73+
<!-- End Authentication [security] -->
74+
6175
<!-- Start Available Resources and Data Sources [operations] -->
6276
## Available Resources and Data Sources
6377

6478
### Resources
6579

66-
* [epilot-custom-variable_custom_variable](docs/resources/custom_variable.md)
6780
### Data Sources
68-
69-
* [epilot-custom-variable_custom_variable](docs/data-sources/custom_variable.md)
7081
<!-- End Available Resources and Data Sources [operations] -->
7182

7283
<!-- Start Testing the provider locally [usage] -->

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 1.0.0
1515
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
1616
### Generated
17-
- [terraform v0.4.4] .
17+
- [terraform v0.4.4] .
18+
19+
## 2025-10-17 00:33:23
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.637.0 (2.727.4) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [terraform v1.3.0] .
26+
### Releases
27+
- [Terraform v1.3.0] https://registry.terraform.io/providers/epilot-dev/epilot-custom-variable/1.3.0 - .

docs/data-sources/custom_variable.md

Lines changed: 0 additions & 41 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-custom-variable Provider"
4-
subcategory: ""
54
description: |-
65
Template Variables API: API to provide variables for email and document templates.
76
---
@@ -17,7 +16,7 @@ terraform {
1716
required_providers {
1817
epilot-custom-variable = {
1918
source = "epilot-dev/epilot-custom-variable"
20-
version = "1.2.0"
19+
version = "1.3.0"
2120
}
2221
}
2322
}
@@ -32,6 +31,6 @@ provider "epilot-custom-variable" {
3231

3332
### Optional
3433

35-
- `epilot_auth` (String, Sensitive)
36-
- `epilot_org` (String, Sensitive)
34+
- `epilot_auth` (String, Sensitive) Authorization header with epilot OAuth2 bearer token.
35+
- `epilot_org` (String, Sensitive) Overrides the target organization.
3736
- `server_url` (String) Server URL (defaults to https://template-variables-api.sls.epilot.io)

docs/resources/custom_variable.md

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

examples/README.md

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

0 commit comments

Comments
 (0)