Skip to content

Commit

Permalink
add sentry env vars (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Sep 17, 2024
1 parent 0a458de commit 5704d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ module "ruvnl_consumer_ecs" {
container-env_vars = [
{ "name" : "AWS_REGION", "value" : var.region },
{ "name" : "LOGLEVEL", "value" : "DEBUG" },
{ "name" : "SENTRY_DSN", "value" : var.sentry_dsn },
{ "name" : "ENVIRONMENT", "value" : local.environment },
]
container-secret_vars = [{
secret_policy_arn: module.postgres-rds.secret.arn,
Expand Down

0 comments on commit 5704d21

Please sign in to comment.