Skip to content

Commit

Permalink
Make the task architecture configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane-ABDELHAK committed Jul 17, 2024
1 parent adb9b56 commit 8ec5229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 8ec5229

Please sign in to comment.