Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Sazonova committed Feb 3, 2025
1 parent 42e095c commit 915fa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/stacks/backend_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@ def __init__(
)

if deploy_aurora_migration_stack:
self.dms_stack = CodeBuildProjectStack(
self.aurora_migration_stack = CodeBuildProjectStack(
self,
'DMSTaskStack',
'AuroraMigrationStack',
secret_id_aurora_v1_arn=old_aurora_connection_secret_arn,
secret_aurora_v2=aurora_stack.db_credentials,
kms_key_for_secret_arn=aurora_stack.kms_key.key_arn,
Expand Down

0 comments on commit 915fa9f

Please sign in to comment.