Skip to content

Commit d4cb7f0

Browse files
committed
fix
1 parent f9f63e9 commit d4cb7f0

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/applications/pycon_frontend

1 file changed

+1
-1
lines changed

infrastructure/applications/pycon_frontend/task.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "aws_ecs_task_definition" "pycon_frontend" {
5353
},
5454
{
5555
name = "SENTRY_AUTH_TOKEN",
56-
value = module.secrets.value.sentry_auth_token
56+
value = module.common_secrets.value.sentry_auth_token
5757
},
5858
{
5959
name = "SENTRY_DSN",

0 commit comments

Comments
 (0)