diff --git a/src/http_server/mod.rs b/src/http_server/mod.rs index f06d568..fd11a29 100644 --- a/src/http_server/mod.rs +++ b/src/http_server/mod.rs @@ -308,7 +308,6 @@ fn build_content_security_header(domains: Vec) -> String { // `*.domain` doesn't match `domain` by the Content-Security-Policy spec, so // we are specifying both. - // // See the test for this function if you have any doubts. [" ", proto, "*.", domain, " ", proto, domain] }); diff --git a/terraform/res_ecs.tf b/terraform/res_ecs.tf index d93e4a2..5909f84 100644 --- a/terraform/res_ecs.tf +++ b/terraform/res_ecs.tf @@ -22,6 +22,7 @@ resource "aws_iam_role" "application_role" { }) } + # ECS Cluster, Task, Service, and Load Balancer for our app module "ecs" { source = "./ecs"