Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
**/.speakeasy/temp/
**/.speakeasy/logs/
.env
.env.local
.terraform
.terraform*
*.tfstate*
.DS_Store

original.yaml
original_modified.yaml
697 changes: 611 additions & 86 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
speakeasyVersion: 1.706.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:84234fab0f21e2a614d6ae2df3102346e15cb16910ed3509a6f73fa75df9c0e3
sourceBlobDigest: sha256:84a5e9e203df47459edcd8f3e205a7bba89c3d5187321f63035000ef067b09cb
tags:
- latest
- speakeasy-sdk-regen-1768956059
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:84234fab0f21e2a614d6ae2df3102346e15cb16910ed3509a6f73fa75df9c0e3
sourceBlobDigest: sha256:84a5e9e203df47459edcd8f3e205a7bba89c3d5187321f63035000ef067b09cb
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/template-variables.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
source: my-source
3 changes: 3 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/template-variables.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
Expand Down
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It has been generated successfully based on your OpenAPI spec. However, it is no
<!-- Start Summary [summary] -->
## Summary

Template Variables API: API to provide variables for email and document templates.
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.
<!-- End Summary [summary] -->

<!-- Start Table of Contents [toc] -->
Expand All @@ -30,6 +30,7 @@ Template Variables API: API to provide variables for email and document template
* [epilot-custom-variable](#epilot-custom-variable)
* [🏗 **Welcome to your new Terraform Provider!** 🏗](#welcome-to-your-new-terraform-provider)
* [Installation](#installation)
* [Authentication](#authentication)
* [Available Resources and Data Sources](#available-resources-and-data-sources)
* [Testing the provider locally](#testing-the-provider-locally)
* [Development](#development)
Expand All @@ -47,26 +48,36 @@ terraform {
required_providers {
epilot-custom-variable = {
source = "epilot-dev/epilot-custom-variable"
version = "1.2.0"
version = "1.3.0"
}
}
}

provider "epilot-custom-variable" {
# Configuration options
server_url = "..." # Optional
}
```
<!-- End Installation [installation] -->

<!-- Start Authentication [security] -->
## Authentication

This provider supports authentication configuration via provider configuration.

Available configuration:

| Provider Attribute | Description |
|---|---|
| `epilot_auth` | Authorization header with epilot OAuth2 bearer token. |
| `epilot_org` | Overrides the target organization. |
<!-- End Authentication [security] -->

<!-- Start Available Resources and Data Sources [operations] -->
## Available Resources and Data Sources

### Resources

* [epilot-custom-variable_custom_variable](docs/resources/custom_variable.md)
### Data Sources

* [epilot-custom-variable_custom_variable](docs/data-sources/custom_variable.md)
<!-- End Available Resources and Data Sources [operations] -->

<!-- Start Testing the provider locally [usage] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.4.4] .
- [terraform v0.4.4] .

## 2026-02-06 00:44:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.706.1 (2.809.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v1.3.0] .
### Releases
- [Terraform v1.3.0] https://registry.terraform.io/providers/epilot-dev/epilot-custom-variable/1.3.0 - .
41 changes: 0 additions & 41 deletions docs/data-sources/custom_variable.md

This file was deleted.

13 changes: 6 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "epilot-custom-variable Provider"
subcategory: ""
description: |-
Template Variables API: API to provide variables for email and document templates.
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.
---

# epilot-custom-variable Provider

Template Variables API: API to provide variables for email and document templates.
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.

## Example Usage

Expand All @@ -17,13 +16,13 @@ terraform {
required_providers {
epilot-custom-variable = {
source = "epilot-dev/epilot-custom-variable"
version = "1.2.0"
version = "1.3.0"
}
}
}

provider "epilot-custom-variable" {
# Configuration options
server_url = "..." # Optional
}
```

Expand All @@ -32,6 +31,6 @@ provider "epilot-custom-variable" {

### Optional

- `epilot_auth` (String, Sensitive)
- `epilot_org` (String, Sensitive)
- `epilot_auth` (String, Sensitive) Authorization header with epilot OAuth2 bearer token.
- `epilot_org` (String, Sensitive) Overrides the target organization.
- `server_url` (String) Server URL (defaults to https://template-variables-api.sls.epilot.io)
62 changes: 0 additions & 62 deletions docs/resources/custom_variable.md

This file was deleted.

1 change: 0 additions & 1 deletion examples/README.md

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
epilot-custom-variable = {
source = "epilot-dev/epilot-custom-variable"
version = "1.2.0"
version = "1.3.0"
}
}
}

provider "epilot-custom-variable" {
# Configuration options
server_url = "..." # Optional
}

This file was deleted.

Loading