diff --git a/modules/loom/main.tf b/modules/loom/main.tf index 64abd41..3e12241 100644 --- a/modules/loom/main.tf +++ b/modules/loom/main.tf @@ -355,7 +355,7 @@ resource "aws_cloudfront_response_headers_policy" "headers-policy" { access_control_allow_credentials = true access_control_allow_headers { - items = ["X-Example-Header",] + items = ["X-Example-Header", "X-Another-Header"] } access_control_allow_methods { @@ -481,7 +481,7 @@ resource "aws_ecs_task_definition" "face" { memory = 2048 essential = true healthCheck = { - command = ["CMD-SHELL", "wget -q --spider localhost:8000"] + command = ["CMD-SHELL", "wget -q --spider localhost:9090"] interval = 30 retries = 3 timeout = 5