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

@@ -58,7 +58,7 @@ resource "aws_ecs_service" "solr" {
capacity_provider_strategy {
base = 1
capacity_provider = "FARGATE_SPOT"
capacity_provider = "FARGATE"
weight = 5
}