We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f63e9 commit d4cb7f0Copy full SHA for d4cb7f0
infrastructure/applications/pycon_frontend/task.tf
@@ -53,7 +53,7 @@ resource "aws_ecs_task_definition" "pycon_frontend" {
53
},
54
{
55
name = "SENTRY_AUTH_TOKEN",
56
- value = module.secrets.value.sentry_auth_token
+ value = module.common_secrets.value.sentry_auth_token
57
58
59
name = "SENTRY_DSN",
0 commit comments