Skip to content

Commit

Permalink
Template infra deploy #10380293655
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Aug 14, 2024
1 parent 05444ce commit 75a4006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
409f6aa2e3731708e26a98c1cd789af3a6dae5ca
7a9b157a16d380bddcffb23692061b1caa9f5fb4
2 changes: 1 addition & 1 deletion infra/app/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

Expand Down
1 change: 1 addition & 0 deletions infra/modules/service/jobs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 75a4006

Please sign in to comment.