Skip to content

Commit 550d60f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.636.2
1 parent 67c5d7b commit 550d60f

File tree

293 files changed

+8004
-61964
lines changed

Some content is hidden

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

293 files changed

+8004
-61964
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.env
2+
.env.local
13
**/.speakeasy/temp/
24
**/.speakeasy/logs/
35
.terraform

.speakeasy/gen.lock

Lines changed: 132 additions & 252 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.636.2
2+
sources:
3+
my-source:
4+
sourceNamespace: my-source
5+
sourceRevisionDigest: sha256:4e6c4720f5c8bf964fc9ee81cc4e85027f5202939285cd55071012f98c2a8a3e
6+
sourceBlobDigest: sha256:d61afdb31421812d5d95eda6c4150e610cafb777447d8cc79320121ea8464be4
7+
tags:
8+
- latest
9+
- speakeasy-sdk-regen-1758760315
10+
- 1.0.0
11+
targets:
12+
terraform:
13+
source: my-source
14+
sourceNamespace: my-source
15+
sourceRevisionDigest: sha256:4e6c4720f5c8bf964fc9ee81cc4e85027f5202939285cd55071012f98c2a8a3e
16+
sourceBlobDigest: sha256:d61afdb31421812d5d95eda6c4150e610cafb777447d8cc79320121ea8464be4
17+
workflow:
18+
workflowVersion: 1.0.0
19+
speakeasyVersion: latest
20+
sources:
21+
my-source:
22+
inputs:
23+
- location: https://docs.api.epilot.io/permissions.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: 4 additions & 10 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-
Portal API: Backend for epilot portals - End Customer Portal & Installer Portal
24+
Permissions API: Flexible Role-based Access Control for epilot
2525
<!-- End Summary [summary] -->
2626

2727
<!-- Start Table of Contents [toc] -->
@@ -48,7 +48,7 @@ terraform {
4848
required_providers {
4949
epilot-portal = {
5050
source = "epilot-dev/epilot-portal"
51-
version = "0.25.16"
51+
version = "0.26.0"
5252
}
5353
}
5454
}
@@ -68,22 +68,16 @@ Available configuration:
6868

6969
| Provider Attribute | Description |
7070
|---|---|
71-
| `either_auth` | Portal or Epilot Bearer Token. |
72-
| `epilot_auth` | Epilot Bearer Token. |
73-
| `portal_auth` | Portal Cognito Token. |
71+
| `epilot_auth` | Authorization header with epilot OAuth2 bearer token. |
72+
| `epilot_org` | Overrides the target organization to allow shared tenantaccess. |
7473
<!-- End Authentication [security] -->
7574

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

7978
### Resources
8079

81-
* [epilot-portal_portal_config](docs/resources/portal_config.md)
82-
* [epilot-portal_portal_page](docs/resources/portal_page.md)
8380
### Data Sources
84-
85-
* [epilot-portal_portal_config](docs/data-sources/portal_config.md)
86-
* [epilot-portal_portal_page](docs/data-sources/portal_page.md)
8781
<!-- End Available Resources and Data Sources [operations] -->
8882

8983
<!-- 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-10-09 00:31:20
20+
### Changes
21+
Based on:
22+
- OpenAPI Doc
23+
- Speakeasy CLI 1.636.2 (2.723.8) https://github.com/speakeasy-api/speakeasy
24+
### Generated
25+
- [terraform v0.26.0] .
26+
### Releases
27+
- [Terraform v0.26.0] https://registry.terraform.io/providers/epilot-dev/epilot-portal/0.26.0 - .

0 commit comments

Comments
 (0)