mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
25 lines
787 B
Markdown
25 lines
787 B
Markdown
---
|
|
# 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.
|