diff --git a/.template-version b/.template-version index 10af510..5bc3d56 100644 --- a/.template-version +++ b/.template-version @@ -1 +1 @@ -409f6aa2e3731708e26a98c1cd789af3a6dae5ca +7a9b157a16d380bddcffb23692061b1caa9f5fb4 diff --git a/infra/app/service/main.tf b/infra/app/service/main.tf index 3631a4a..3811428 100644 --- a/infra/app/service/main.tf +++ b/infra/app/service/main.tf @@ -47,7 +47,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 4.56.0, < 5.0.0" + version = ">= 5.35.0, < 6.0.0" } } diff --git a/infra/modules/service/jobs.tf b/infra/modules/service/jobs.tf index 0d0bef7..f0051aa 100644 --- a/infra/modules/service/jobs.tf +++ b/infra/modules/service/jobs.tf @@ -46,6 +46,7 @@ resource "aws_cloudwatch_event_target" "document_upload_jobs" { ecs_target { task_definition_arn = aws_ecs_task_definition.app.arn launch_type = "FARGATE" + propagate_tags = "TASK_DEFINITION" # Configuring Network Configuration is required when the task definition uses the awsvpc network mode. network_configuration {