Skip to content

Commit

Permalink
fix: region
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 13, 2023
1 parent bf336df commit d8f6a34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ module "ecs_app" {
name = "EU_PLATESC_TEST_MODE"
value = tostring(true)
},
{
name = "AWS_DEFAULT_REGION"
value = var.region
},
{
name = "MAIL_MAILER"
value = "ses"
Expand Down

0 comments on commit d8f6a34

Please sign in to comment.