-
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.445.2
- Loading branch information
1 parent
5ba4d80
commit 8f68785
Showing
93 changed files
with
2,165 additions
and
783 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.445.2 | ||
sources: | ||
my-source: | ||
sourceNamespace: my-source | ||
sourceRevisionDigest: sha256:0a4b13bce294d47f084dd9496edee5a5ab47f13854fc74256d78c1c14c12fc5c | ||
sourceBlobDigest: sha256:0e905b51af77f61d4c39e8c2c2e973b22593ea9e31bdf64daaa9ba8584ac9ec4 | ||
tags: | ||
- latest | ||
- speakeasy-sdk-regen-1730852025 | ||
- 0.0.1 | ||
targets: | ||
terraform: | ||
source: my-source | ||
sourceNamespace: my-source | ||
sourceRevisionDigest: sha256:0a4b13bce294d47f084dd9496edee5a5ab47f13854fc74256d78c1c14c12fc5c | ||
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
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) |
Oops, something went wrong.