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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
.env.local
**/.speakeasy/temp/
**/.speakeasy/logs/
.terraform
Expand Down
379 changes: 131 additions & 248 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
speakeasyVersion: 1.634.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:a2fc6ec82366a7bc2e68a0cdfd94357e43406543d72622e304c34d6fe813a2e2
sourceBlobDigest: sha256:afb6a6dfd1bcf757dc075d01c163209da5c4f41452cbe17c2c3e7a83a6d9719c
tags:
- latest
- speakeasy-sdk-regen-1758760315
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:a2fc6ec82366a7bc2e68a0cdfd94357e43406543d72622e304c34d6fe813a2e2
sourceBlobDigest: sha256:afb6a6dfd1bcf757dc075d01c163209da5c4f41452cbe17c2c3e7a83a6d9719c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
inputs:
- location: https://docs.api.epilot.io/permissions.yaml
overlays:
- location: overlay.yaml
registry:
location: registry.speakeasyapi.dev/epilot/epilot/my-source
targets:
terraform:
target: terraform
source: my-source
14 changes: 4 additions & 10 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

Portal API: Backend for epilot portals - End Customer Portal & Installer Portal
Permissions API: Flexible Role-based Access Control for epilot
<!-- End Summary [summary] -->

<!-- Start Table of Contents [toc] -->
Expand All @@ -48,7 +48,7 @@ terraform {
required_providers {
epilot-portal = {
source = "epilot-dev/epilot-portal"
version = "0.25.9"
version = "0.26.0"
}
}
}
Expand All @@ -68,22 +68,16 @@ Available configuration:

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

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

### Resources

* [epilot-portal_portal_config](docs/resources/portal_config.md)
* [epilot-portal_portal_page](docs/resources/portal_page.md)
### Data Sources

* [epilot-portal_portal_config](docs/data-sources/portal_config.md)
* [epilot-portal_portal_page](docs/data-sources/portal_page.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] .

## 2025-10-06 00:32:07
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.634.2 (2.721.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.26.0] .
### Releases
- [Terraform v0.26.0] https://registry.terraform.io/providers/epilot-dev/epilot-portal/0.26.0 - .
Loading