Makes usage of https for pdfs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user