diff --git a/infrastructure/main.tf b/infrastructure/main.tf index a0f8070..c0aeacd 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -93,6 +93,7 @@ module "ecs_services" { worker_cmd = var.worker_cmd subdomain = var.subdomain workers_logs_retention_days = var.workers_logs_retention_days + task_cpu_architecture = var.task_cpu_architecture } resource "null_resource" "airflow_create_airflow_user" {