Makes usage of https for pdfs

This commit is contained in:
Bryce
2023-08-04 09:41:22 -07:00
parent ea4ccf731e
commit e2b67bde91
7 changed files with 464 additions and 74 deletions

View File

@@ -39,7 +39,7 @@ resource "aws_cloudwatch_event_target" "job_target" {
ecs_target {
task_count = 1
launch_type = ""
launch_type = "FARGATE"
# capacity_provider_strategy = [{capacity_provider = "FARGATE_SPOT"}]
task_definition_arn = aws_ecs_task_definition.background_taskdef.arn