Skip to content

Commit

Permalink
fix: unique export name
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Jan 10, 2024
1 parent d70f376 commit 68f68fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def add_programmatic_client(
CfnOutput(
self,
"cognito-sdk-secret",
export_name=f"{stack_name}-cognito-app-secret",
export_name=f"{stack_name}-cognito-sdk-secret",
value=cognito_sdk_secret.secret_name
)

Expand Down

0 comments on commit 68f68fc

Please sign in to comment.