Skip to content

Commit 970fe1f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.668.0
1 parent 6c1df26 commit 970fe1f

File tree

73 files changed

+5080
-3083
lines changed

Some content is hidden

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

73 files changed

+5080
-3083
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: 70 additions & 56 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.668.0
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:703c8892e155c68a23e961cf005fcf121277d149743bb015933a598e81e27295
6+
sourceBlobDigest: sha256:3fcd65d104634a4b72f5fe3fe8951e96434a408cf68347326070a80ab131f14b
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:703c8892e155c68a23e961cf005fcf121277d149743bb015933a598e81e27295
16+
sourceBlobDigest: sha256:3fcd65d104634a4b72f5fe3fe8951e96434a408cf68347326070a80ab131f14b
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: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
2121
<!-- Start Summary [summary] -->
2222
## Summary
2323

24-
Template Variables API: API to provide variables for email and document templates.
24+
Template Variables API: This API provides dynamic template processing and variable management, seamless Handlebars template compilation, custom variable operations, and context-aware content generation across email, document templates and snippets.
2525
<!-- End Summary [summary] -->
2626

2727
<!-- Start Table of Contents [toc] -->
@@ -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-12-05 00:47:35
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.668.0 (2.770.0) 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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "epilot-custom-variable Provider"
4-
subcategory: ""
54
description: |-
6-
Template Variables API: API to provide variables for email and document templates.
5+
Template Variables API: This API provides dynamic template processing and variable management, seamless Handlebars template compilation, custom variable operations, and context-aware content generation across email, document templates and snippets.
76
---
87

98
# epilot-custom-variable Provider
109

11-
Template Variables API: API to provide variables for email and document templates.
10+
Template Variables API: This API provides dynamic template processing and variable management, seamless Handlebars template compilation, custom variable operations, and context-aware content generation across email, document templates and snippets.
1211

1312
## Example Usage
1413

@@ -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)