From c57185ac6b56a124fcb18efcc15b42903391b49f Mon Sep 17 00:00:00 2001 From: jamesthompson26-nhs Date: Mon, 9 Feb 2026 12:45:47 +0000 Subject: [PATCH] CCM-14149: Account level ECR KMS Fix Resource Name --- infrastructure/terraform/components/acct/module_ecr_kms.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/components/acct/module_ecr_kms.tf b/infrastructure/terraform/components/acct/module_ecr_kms.tf index a6e900b14..f62976f8f 100644 --- a/infrastructure/terraform/components/acct/module_ecr_kms.tf +++ b/infrastructure/terraform/components/acct/module_ecr_kms.tf @@ -18,7 +18,7 @@ module "kms_ecr" { iam_delegation = true } -data "aws_iam_policy_document" "kms" { +data "aws_iam_policy_document" "kms_ecr" { # '*' resource scope is permitted in access policies as as the resource is itself # https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-services.html