--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "autoglue Provider" description: |- --- # autoglue Provider ## 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.