As a platform engineer, I want to manage my entire meshStack Admin Area configuration through the Terraform provider so I can treat my meshStack setup as code and replicate it consistently across environments (e.g. dev, staging, production). The meshStack Terraform provider has made great progress covering core domain objects like platforms, landing zones, building block definitions, tag definitions, workspaces, projects, and tenants. However, several Admin Area sections still require manual configuration through the UI and have no API or Terraform support. What is still missing: Policies -- create and manage compliance policies as code API Keys -- create, list, and delete API keys programmatically Project Role Definitions -- manage custom project roles Runners -- configure building block runners Settings -- General (Message of the Day, support URLs), Appearance (email branding), Compliance (recertification periods, API key expiration), Management (SCIM, invitation tokens), Financials (currency conversion) Communication Center -- manage notification templates Admin Access -- manage admin role assignments Service Brokers -- register and configure OSB service brokers Why this matters: Enables full GitOps for meshStack configuration -- no more manual UI steps Makes it possible to consistently replicate a meshStack setup across dev and production environments Reduces configuration drift between environments Enables disaster recovery by having the complete configuration in code Allows platform teams to review changes to meshStack configuration through pull requests Related existing tickets (open): meshPolicies via meshObject API and terraform provider ( https://meshcloud.canny.io/feature-requests/p/meshpolicies-via-meshobject-api-and-terraform-provider )