diff --git a/infrastructure/batch/job_definition.tf b/infrastructure/batch/job_definition.tf index 4203f247..82af1749 100644 --- a/infrastructure/batch/job_definition.tf +++ b/infrastructure/batch/job_definition.tf @@ -94,5 +94,7 @@ resource "aws_batch_job_definition" "scpca_portal_project" { attempts = 3 } + propagate_tags = true + tags = var.batch_tags }