Skip to content

Commit 02bac17

Browse files
committed
Refactor ECR repository references in Terraform configuration by removing array indexing for lambda repositories, simplifying the code structure.
1 parent f4f4fff commit 02bac17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/instance/temp.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,15 @@ removed {
276276
}
277277

278278
removed {
279-
from = aws_ecr_repository.mesh_file_converter_lambda_repository[0]
279+
from = aws_ecr_repository.mesh_file_converter_lambda_repository
280280

281281
lifecycle {
282282
destroy = false
283283
}
284284
}
285285

286286
removed {
287-
from = aws_ecr_repository_policy.mesh_processor_lambda_ECRImageRetreival_policy[0]
287+
from = aws_ecr_repository_policy.mesh_processor_lambda_ECRImageRetreival_policy
288288

289289
lifecycle {
290290
destroy = false

0 commit comments

Comments
 (0)