-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.460.2
- Loading branch information
1 parent
5ba4d80
commit 62ea83f
Showing
94 changed files
with
2,217 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
speakeasyVersion: 1.460.2 | ||
sources: | ||
my-source: | ||
sourceNamespace: my-source | ||
sourceRevisionDigest: sha256:83eb298c906f0390a71895740e9520d19a8257e13f9a6d45d455bdd652098924 | ||
sourceBlobDigest: sha256:0e905b51af77f61d4c39e8c2c2e973b22593ea9e31bdf64daaa9ba8584ac9ec4 | ||
tags: | ||
- latest | ||
- speakeasy-sdk-regen-1730852025 | ||
- 0.0.1 | ||
targets: | ||
terraform: | ||
source: my-source | ||
sourceNamespace: my-source | ||
sourceRevisionDigest: sha256:83eb298c906f0390a71895740e9520d19a8257e13f9a6d45d455bdd652098924 | ||
sourceBlobDigest: sha256:0e905b51af77f61d4c39e8c2c2e973b22593ea9e31bdf64daaa9ba8584ac9ec4 | ||
workflow: | ||
workflowVersion: 1.0.0 | ||
speakeasyVersion: latest | ||
sources: | ||
my-source: | ||
inputs: | ||
- location: designbuilder.yaml | ||
registry: | ||
location: registry.speakeasyapi.dev/epilot/epilot/my-source | ||
targets: | ||
terraform: | ||
target: terraform | ||
source: my-source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1 @@ | ||
<div align="center"> | ||
<picture> | ||
<source srcset="https://user-images.githubusercontent.com/68016351/221740028-fbe0a2da-c781-4641-ac18-0bb1d19d49e3.svg" media="(prefers-color-scheme: dark)" width="500"> | ||
<img src="https://user-images.githubusercontent.com/68016351/221764522-4c54cadc-7697-49cf-a4f2-2838a8b30796.png" width="500"> | ||
</picture> | ||
<p>Epilot is the digital foundation for sales, service, network and implementation processes in the context of the energy transition..</p> | ||
<a href="https://docs.epilot.io/api/access-token"><img src="https://img.shields.io/static/v1?label=Docs&message=API Ref&color=000000&style=for-the-badge" /></a> | ||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" /></a> | ||
</div> | ||
|
||
<!-- Start SDK Installation [installation] --> | ||
## SDK Installation | ||
|
||
To install this provider, copy and paste this code into your Terraform configuration. Then, run `terraform init`. | ||
|
||
```hcl | ||
terraform { | ||
required_providers { | ||
epilot-designbuilder = { | ||
source = "epilot-dev/epilot-designbuilder" | ||
version = "0.8.2" | ||
} | ||
} | ||
} | ||
provider "epilot-designbuilder" { | ||
# Configuration options | ||
} | ||
``` | ||
<!-- End SDK Installation [installation] --> | ||
|
||
<!-- Start SDK Example Usage [usage] --> | ||
## SDK Example Usage | ||
|
||
### Testing the provider locally | ||
|
||
Should you want to validate a change locally, the `--debug` flag allows you to execute the provider against a terraform instance locally. | ||
|
||
This also allows for debuggers (e.g. delve) to be attached to the provider. | ||
|
||
### Example | ||
|
||
```sh | ||
go run main.go --debug | ||
# Copy the TF_REATTACH_PROVIDERS env var | ||
# In a new terminal | ||
cd examples/your-example | ||
TF_REATTACH_PROVIDERS=... terraform init | ||
TF_REATTACH_PROVIDERS=... terraform apply | ||
``` | ||
<!-- End SDK Example Usage [usage] --> | ||
|
||
<!-- Start Available Resources and Operations [operations] --> | ||
## Available Resources and Operations | ||
|
||
|
||
<!-- End Available Resources and Operations [operations] --> | ||
|
||
<!-- Placeholder for Future Speakeasy SDK Sections --> | ||
|
||
|
||
|
||
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks) | ||
undefined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "epilot-designbuilder_design Data Source - terraform-provider-epilot-designbuilder" | ||
subcategory: "" | ||
description: |- | ||
Design DataSource | ||
--- | ||
|
||
# epilot-designbuilder_design (Data Source) | ||
|
||
Design DataSource | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "epilot-designbuilder_design" "my_design" { | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `brand_id` (String) Parsed as JSON. | ||
- `brand_name` (String) | ||
- `created_at` (String) Creation date and time using ISO 8601 full-time format | ||
- `created_by` (String) | ||
- `custom_theme` (String) Parsed as JSON. | ||
- `edited` (Boolean) | ||
- `id` (String) The ID of this resource. | ||
- `last_modified_at` (String) | ||
- `style` (String) Parsed as JSON. | ||
- `style_name` (String) | ||
- `use_custom_theme` (Boolean) | ||
- `user` (Attributes) (see [below for nested schema](#nestedatt--user)) | ||
|
||
<a id="nestedatt--user"></a> | ||
### Nested Schema for `user` | ||
|
||
Read-Only: | ||
|
||
- `emailaddress` (String) | ||
- `fullname` (String) | ||
- `name` (String) | ||
- `userid` (String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "epilot-designbuilder Provider" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# epilot-designbuilder Provider | ||
|
||
|
||
|
||
## Example Usage | ||
|
||
```terraform | ||
terraform { | ||
required_providers { | ||
epilot-designbuilder = { | ||
source = "epilot-dev/epilot-designbuilder" | ||
version = "0.9.0" | ||
} | ||
} | ||
} | ||
provider "epilot-designbuilder" { | ||
# Configuration options | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `custom_authorizer` (String, Sensitive) | ||
- `server_url` (String) Server URL (defaults to https://design-builder-api.sls.epilot.io) |
Oops, something went wrong.