Skip to content

Commit dabc778

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.639.1
1 parent ce002ae commit dabc778

Some content is hidden

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

58 files changed

+3720
-969
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: 31 additions & 286 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
speakeasyVersion: 1.639.1
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:2179e09157bb3cbb0518b8c1a3bbf815fe2aa1b8c608f8ffd727ecffef510238
6+
sourceBlobDigest: sha256:a54edacc88044f0b5c57bf0507c0477c4619f7d3c99a53fd5b371c4ef1ff9ce0
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1758759933
10+
- 0.0.1
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:2179e09157bb3cbb0518b8c1a3bbf815fe2aa1b8c608f8ffd727ecffef510238
16+
sourceBlobDigest: sha256:a54edacc88044f0b5c57bf0507c0477c4619f7d3c99a53fd5b371c4ef1ff9ce0
17+
workflow:
18+
workflowVersion: 1.0.0
19+
speakeasyVersion: latest
20+
sources:
21+
my-source:
22+
inputs:
23+
- location: https://docs.api.epilot.io/dashboard.yaml
24+
overlays:
25+
- location: overlay.yaml
26+
registry:
27+
location: registry.speakeasyapi.dev/epilot/epilot/my-source
28+
targets:
29+
terraform:
30+
target: terraform
31+
source: my-source

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Dashboard API: API to store the dashboard configuration for the epilot 360 dashb
2121
<!-- $toc-max-depth=2 -->
2222
* [epilot-dashboard](#epilot-dashboard)
2323
* [Installation](#installation)
24+
* [Authentication](#authentication)
2425
* [Available Resources and Data Sources](#available-resources-and-data-sources)
2526
* [Testing the provider locally](#testing-the-provider-locally)
2627
* [Development](#development)
@@ -38,7 +39,7 @@ terraform {
3839
required_providers {
3940
epilot-dashboard = {
4041
source = "epilot-dev/epilot-dashboard"
41-
version = "0.15.2"
42+
version = "0.16.0"
4243
}
4344
}
4445
}
@@ -49,6 +50,19 @@ provider "epilot-dashboard" {
4950
```
5051
<!-- End Installation [installation] -->
5152

53+
<!-- Start Authentication [security] -->
54+
## Authentication
55+
56+
This provider supports authentication configuration via provider configuration.
57+
58+
Available configuration:
59+
60+
| Provider Attribute | Description |
61+
|---|---|
62+
| `epilot_auth` | Authorization header with epilot OAuth2 bearer token. |
63+
| `epilot_org` | Overrides the target organization to allow shared tenantaccess. |
64+
<!-- End Authentication [security] -->
65+
5266
<!-- Start Available Resources and Data Sources [operations] -->
5367
## Available Resources and Data Sources
5468

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-24 00:23:58
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.639.1 (2.730.0) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [terraform v0.16.0] .
26+
### Releases
27+
- [Terraform v0.16.0] https://registry.terraform.io/providers/epilot-dev/epilot-dashboard/0.16.0 - .

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-dashboard Provider"
4-
subcategory: ""
54
description: |-
65
Dashboard API: API to store the dashboard configuration for the epilot 360 dashboard
76
---
@@ -17,7 +16,7 @@ terraform {
1716
required_providers {
1817
epilot-dashboard = {
1918
source = "epilot-dev/epilot-dashboard"
20-
version = "0.15.2"
19+
version = "0.16.0"
2120
}
2221
}
2322
}
@@ -32,6 +31,6 @@ provider "epilot-dashboard" {
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 to allow shared tenantaccess.
3736
- `server_url` (String) Server URL (defaults to https://dashboard.sls.epilot.io)

docs/resources/dashboard.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ resource "epilot-dashboard_dashboard" "my_dashboard" {
3636

3737
Import is supported using the following syntax:
3838

39+
In Terraform v1.5.0 and later, the [`import` block](https://developer.hashicorp.com/terraform/language/import) can be used with the `id` attribute, for example:
40+
41+
```terraform
42+
import {
43+
to = epilot-dashboard_dashboard.my_epilot-dashboard_dashboard
44+
id = "3fa85f64-5717-4562-b3fc-2c963f66afa6"
45+
}
46+
```
47+
48+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
49+
3950
```shell
4051
terraform import epilot-dashboard_dashboard.my_epilot-dashboard_dashboard "3fa85f64-5717-4562-b3fc-2c963f66afa6"
4152
```

examples/README.md

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

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
epilot-dashboard = {
44
source = "epilot-dev/epilot-dashboard"
5-
version = "0.15.2"
5+
version = "0.16.0"
66
}
77
}
88
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import {
2+
to = epilot-dashboard_dashboard.my_epilot-dashboard_dashboard
3+
id = "3fa85f64-5717-4562-b3fc-2c963f66afa6"
4+
}

0 commit comments

Comments
 (0)