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
384 changes: 132 additions & 252 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.639.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:4e6c4720f5c8bf964fc9ee81cc4e85027f5202939285cd55071012f98c2a8a3e
sourceBlobDigest: sha256:d61afdb31421812d5d95eda6c4150e610cafb777447d8cc79320121ea8464be4
tags:
- latest
- speakeasy-sdk-regen-1758760315
- 1.0.0
targets:
terraform:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:4e6c4720f5c8bf964fc9ee81cc4e85027f5202939285cd55071012f98c2a8a3e
sourceBlobDigest: sha256:d61afdb31421812d5d95eda6c4150e610cafb777447d8cc79320121ea8464be4
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.16"
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-27 00:35:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.639.3 (2.730.5) 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