Skip to content

Latest commit

 

History

History
189 lines (141 loc) · 6.79 KB

deployment.md

File metadata and controls

189 lines (141 loc) · 6.79 KB
page_title subcategory description
astronomer_deployment Data Source - astronomer
Deployment data source

astronomer_deployment (Data Source)

Deployment data source

Example Usage

data "astronomer_deployment" "example" {
  id = "clozc036j01to01jrlgvueo8t"
}

Schema

Required

  • id (String) Deployment identifier

Read-Only

  • airflow_version (String) Deployment Airflow version
  • astro_runtime_version (String) Deployment Astro Runtime version
  • cloud_provider (String) Deployment cloud provider
  • cluster_id (String) Deployment cluster identifier
  • contact_emails (List of String) Deployment contact emails
  • created_at (String) Deployment creation timestamp
  • created_by (Attributes) Deployment creator (see below for nested schema)
  • dag_tarball_version (String) Deployment DAG tarball version
  • default_task_pod_cpu (String) Deployment default task pod CPU
  • default_task_pod_memory (String) Deployment default task pod memory
  • description (String) Deployment description
  • desired_dag_tarball_version (String) Deployment desired DAG tarball version
  • environment_variables (Attributes List) Deployment environment variables (see below for nested schema)
  • executor (String) Deployment executor
  • external_ips (List of String) Deployment external IPs
  • image_repository (String) Deployment image repository
  • image_tag (String) Deployment mage tag
  • image_version (String) Deployment image version
  • is_cicd_enforced (Boolean) Whether the Deployment enforces CI/CD deploys
  • is_dag_deploy_enabled (Boolean) Whether DAG deploy is enabled
  • is_development_mode (Boolean) Whether Deployment is in development mode
  • is_high_availability (Boolean) Whether Deployment has high availability
  • name (String) Deployment name
  • namespace (String) Deployment namespace
  • oidc_issuer_url (String) Deployment OIDC issuer URL
  • region (String) Deployment region
  • resource_quota_cpu (String) Deployment resource quota CPU
  • resource_quota_memory (String) Deployment resource quota memory
  • scaling_spec (Attributes) Deployment scaling spec (see below for nested schema)
  • scaling_status (Attributes) Deployment scaling status (see below for nested schema)
  • scheduler_au (Number) Deployment scheduler AU
  • scheduler_cpu (String) Deployment scheduler CPU
  • scheduler_memory (String) Deployment scheduler memory
  • scheduler_replicas (Number) Deployment scheduler replicas
  • scheduler_size (String) Deployment scheduler size
  • status (String) Deployment status
  • status_reason (String) Deployment status reason
  • task_pod_node_pool_id (String) Deployment task pod node pool identifier
  • type (String) Deployment type
  • updated_at (String) Deployment last updated timestamp
  • updated_by (Attributes) Deployment updater (see below for nested schema)
  • webserver_airflow_api_url (String) Deployment webserver Airflow API URL
  • webserver_cpu (String) Deployment webserver CPU
  • webserver_ingress_hostname (String) Deployment webserver ingress hostname
  • webserver_memory (String) Deployment webserver memory
  • webserver_replicas (Number) Deployment webserver replicas
  • webserver_url (String) Deployment webserver URL
  • worker_queues (Attributes List) Deployment worker queues (see below for nested schema)
  • workload_identity (String) Deployment workload identity
  • workspace_id (String) Deployment workspace identifier

Nested Schema for created_by

Read-Only:

  • api_token_name (String)
  • avatar_url (String)
  • full_name (String)
  • id (String)
  • subject_type (String)
  • username (String)

Nested Schema for environment_variables

Read-Only:

  • is_secret (Boolean) Whether Environment variable is a secret
  • key (String) Environment variable key
  • updated_at (String) Environment variable last updated timestamp
  • value (String) Environment variable value

Nested Schema for scaling_spec

Read-Only:

Nested Schema for scaling_spec.hibernation_spec

Read-Only:

Nested Schema for scaling_spec.hibernation_spec.override

Read-Only:

  • is_active (Boolean) Whether the override is active
  • is_hibernating (Boolean) Whether the override is hibernating
  • override_until (String) Time until the override is active

Nested Schema for scaling_spec.hibernation_spec.schedules

Read-Only:

  • description (String) Description of the schedule
  • hibernate_at_cron (String) Cron expression for hibernation
  • is_enabled (Boolean) Whether the schedule is enabled
  • wake_at_cron (String) Cron expression for waking

Nested Schema for scaling_status

Read-Only:

Nested Schema for scaling_status.hibernation_status

Read-Only:

  • is_hibernating (Boolean) Whether the deployment is hibernating
  • next_event_at (String) Time of the next event
  • next_event_type (String) Type of the next event
  • reason (String) Reason for the current state

Nested Schema for updated_by

Read-Only:

  • api_token_name (String)
  • avatar_url (String)
  • full_name (String)
  • id (String)
  • subject_type (String)
  • username (String)

Nested Schema for worker_queues

Read-Only:

  • astro_machine (String) Worker queue Astro machine value
  • id (String) Worker queue identifier
  • is_default (Boolean) Whether Worker queue is default
  • max_worker_count (Number) Worker queue max worker count
  • min_worker_count (Number) Worker queue min worker count
  • name (String) Worker queue name
  • node_pool_id (String) Worker queue node pool identifier
  • pod_cpu (String) Worker queue pod CPU
  • pod_memory (String) Worker queue pod memory
  • worker_concurrency (Number) Worker queue worker concurrency