Terraform Provider
Manage Aten Security Thoth control-plane configuration with the official Terraform provider.
Use the atensecurity/thoth Terraform provider to manage tenant governance
settings, policy controls, integrations, and automation workflows as code.
Provider source
- Terraform Registry:
registry.terraform.io/atensecurity/thoth - Source repository:
github.com/atensecurity/terraform-provider-thoth
What you can manage
- Tenant governance settings
- MDM providers and sync jobs
- Browser providers, policies, and enrollments
- API keys
- Policy sync and approval decisions
- Pack assignments
- Webhook delivery tests
- Governance evidence backfill jobs
- Decision evidence field backfill jobs
- Decision evidence SLO readbacks
Route model
The provider targets your tenant control-plane endpoint using:
https://grid.<tenant_id>.<apex_domain>
By default, apex_domain is atensecurity.com, so most tenants only need to
set tenant_id.
For authentication, the provider supports both org-level API keys (recommended for CI/CD) and bearer tokens for interactive/session workflows.