Skip to content

Commit

Permalink
Undid demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Sep 11, 2023
1 parent f505117 commit 8a6594b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/loom/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ resource "aws_cloudfront_response_headers_policy" "headers-policy" {
access_control_allow_credentials = true

access_control_allow_headers {
items = ["test", "X-Example-Header", "X-New-Header"]
items = ["X-Example-Header",]
}

access_control_allow_methods {
Expand Down Expand Up @@ -481,7 +481,7 @@ resource "aws_ecs_task_definition" "face" {
memory = 2048
essential = true
healthCheck = {
command = ["CMD-SHELL", "wget -q --spider localhost:9999"]
command = ["CMD-SHELL", "wget -q --spider localhost:8000"]
interval = 30
retries = 3
timeout = 5
Expand Down

0 comments on commit 8a6594b

Please sign in to comment.