Skip to content

Commit

Permalink
Merge pull request #172 from overmindtech/new-user
Browse files Browse the repository at this point in the history
New user
  • Loading branch information
dylanratcliffe authored Sep 3, 2024
2 parents 553e7ef + 46eb9c7 commit db3b28f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/scenarios/loom.tf
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ resource "aws_rds_cluster" "face_database" {
storage_encrypted = true
db_subnet_group_name = aws_db_subnet_group.default.name
skip_final_snapshot = true

final_snapshot_identifier = "test"

serverlessv2_scaling_configuration {
Expand Down Expand Up @@ -608,6 +608,10 @@ resource "aws_ecs_task_definition" "visit_counter" {
{
name = "FACIAL_RECOGNITION_SERVICE"
value = aws_route53_record.face.name
},
{
name = "FACIAL_RECOGNITION_SERVICE_USER"
value = "visit-counter"
}
]
portMappings = [
Expand Down

0 comments on commit db3b28f

Please sign in to comment.