Skip to content

Commit a45bc4e

Browse files
committed
[PRMP-570] adding depends on to the migration lambda
1 parent 137b84a commit a45bc4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/lambda-dynamodb-migration.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module "migration-dynamodb-lambda" {
3535
module.lloyd_george_reference_dynamodb_table,
3636
module.bulk_upload_report_dynamodb_table,
3737
module.ndr-app-config,
38-
aws_iam_policy.ssm_access_policy
38+
aws_iam_policy.ssm_access_policy,
39+
module.migration-failed-items-store
3940
]
4041
}

0 commit comments

Comments
 (0)