mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: generated docs, and original workflows
This commit is contained in:
24
terraform-provider-autoglue/README.md
Normal file
24
terraform-provider-autoglue/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user