docs/snippets/resource-management/vars.mdx
export const home = { tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/guides/getting-started", cli: "https://docs.prefect.io/v3/api-ref/cli/index", api: "https://app.prefect.cloud/api/docs", helm: "https://github.com/PrefectHQ/prefect-helm/tree/main/charts", }
export const deployments = { cli: "https://docs.prefect.io/v3/api-ref/cli/deployment", api: "https://app.prefect.cloud/api/docs#tag/Deployments", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/deployment", }
export const work_pools = { cli: "https://docs.prefect.io/v3/api-ref/cli/work-pool", api: "https://app.prefect.cloud/api/docs#tag/Work-Pools", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/work_pool", }
export const variables = { cli: "https://docs.prefect.io/v3/api-ref/cli/variable", api: "https://app.prefect.cloud/api/docs#tag/Variables", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/variable", }
export const automations = { cli: "https://docs.prefect.io/v3/api-ref/cli/automation", api: "https://app.prefect.cloud/api/docs#tag/Automations", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/automation", }
export const events = { cli: "https://docs.prefect.io/v3/api-ref/cli/event", api: "https://app.prefect.cloud/api/docs#tag/Events", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/automation", }
export const webhooks = { api: "https://app.prefect.cloud/api/docs#tag/Webhooks", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/webhook", }
export const blocks = { cli: "https://docs.prefect.io/v3/api-ref/cli/block", api: "https://app.prefect.cloud/api/docs#tag/Blocks", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/block", }
export const global_concurrency = { cli: "https://docs.prefect.io/v3/api-ref/cli/global-concurrency-limit", api: "https://app.prefect.cloud/api/docs#tag/Concurrency-Limits-V2", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/global_concurrency_limit", }
export const task_run_concurrency = { cli: "https://docs.prefect.io/v3/api-ref/cli/concurrency-limit", api: "https://app.prefect.cloud/api/docs#tag/Concurrency-Limits", tf: "https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs/resources/task_run_concurrency_limit", }
export const workers = { helm: "https://github.com/PrefectHQ/prefect-helm/tree/main/charts/prefect-server", }