variable "github_provider_id" { description = <<-DESC ID of the GitHub connection configured in Dokploy under Settings -> Git Providers. Find it with: curl -H "x-api-key: $DOKPLOY_API_KEY" "$DOKPLOY_HOST/api/github.githubProviders" DESC type = string } variable "admin_password" { description = "Basic auth password for the staging admin tool." type = string sensitive = true }