feat: generated docs, and original workflows

This commit is contained in:
allanice001
2025-11-06 02:36:17 +00:00
parent ea26b8526c
commit fa6f7ede1f
18 changed files with 630 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "autoglue Provider"
description: |-
---
# autoglue Provider
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- `addr` (String) Base URL to the autoglue API (e.g. https://autoglue.example.com/api/v1). Defaults to http://localhost:8080/api/v1.
- `api_key` (String, Sensitive) User API key for key-only auth.
- `bearer` (String, Sensitive) Bearer token (user access token).
- `org_id` (String) Organization ID (UUID). Required for user/bearer and user API key auth unless single-org membership. Omitted for org key/secret (derived server-side).
- `org_key` (String, Sensitive) Org-scoped key for machine auth.
- `org_secret` (String, Sensitive) Org-scoped secret for machine auth.