--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "platform-orchestrator Provider" description: |- --- # platform-orchestrator Provider ~> **Deprecated:** This provider is deprecated and no longer maintained. Please migrate to `stellwerk-labs/platform-orchestrator` instead. ## Example Usage ```terraform terraform { required_providers { platform-orchestrator = { source = "humanitec/platform-orchestrator" version = "~> 2.0" } } } provider "platform-orchestrator" { org_id = "organization" } ``` ## Schema ### Optional - `api_url` (String) Humanitec API URL prefix. Takes precedence over the contents of hctl_config_file but overridden by the HUMANITEC_API_PREFIX environment variable. - `auth_token` (String, Sensitive) Humanitec Auth Token. Takes precedence over the contents of hctl_config_file but overridden by the HUMANITEC_AUTH_TOKEN environment variable. - `hctl_config_file` (String) Path to the hctl config file path. Takes precedences over the HUMANITEC_ environment variables. - `org_id` (String) Humanitec Organization ID. Takes precedence over the contents of hctl_config_file but overridden by the HUMANITEC_ORG environment variable.