Skip to content

Commit

Permalink
Merge pull request #1057 from AlexsLemonade/davidsmejia/propagate-tags
Browse files Browse the repository at this point in the history
propagate tags from aws_batch_job_definition
  • Loading branch information
davidsmejia authored Jan 23, 2025
2 parents b78cfb9 + 4a0a225 commit acc04bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/batch/job_definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,7 @@ resource "aws_batch_job_definition" "scpca_portal_project" {
attempts = 3
}

propagate_tags = true

tags = var.batch_tags
}

0 comments on commit acc04bc

Please sign in to comment.