Skip to content

Commit 5d09e46

Browse files
committed
Refactor ECR repository and policy configurations for mesh processor Lambda
- Moved ECR repository and policy configurations for the mesh processor Lambda to align with the updated structure. - Updated references to ensure consistency with the new naming conventions for Lambda repositories and their associated image retrieval policies.
1 parent 999d60e commit 5d09e46

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

infrastructure/account/lambda_ecr_repos.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,16 @@ moved {
212212
to = aws_ecr_repository_policy.lambda_repository_image_retrieval_policy["redis_sync"]
213213
}
214214

215+
moved {
216+
from = aws_ecr_repository.mesh_file_converter_lambda_repository
217+
to = aws_ecr_repository.lambda_repository["mesh_processor"]
218+
}
219+
220+
moved {
221+
from = aws_ecr_repository_policy.mesh_processor_lambda_ECRImageRetreival_policy
222+
to = aws_ecr_repository_policy.lambda_repository_image_retrieval_policy["mesh_processor"]
223+
}
224+
215225
moved {
216226
from = module.mns_publisher.aws_ecr_repository.mns_publisher_lambda_repository
217227
to = aws_ecr_repository.lambda_repository["mns_publisher"]

0 commit comments

Comments
 (0)