Skip to content

Commit bf613ce

Browse files
committed
CCM-12616: Split MESH/Senders config
1 parent ec89ccd commit bf613ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/terraform/components/dl/module_lambda_mesh_download.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ data "aws_iam_policy_document" "mesh_download_lambda" {
173173
]
174174

175175
resources = [
176-
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_mesh_prefix}/*"
176+
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_mesh_prefix}/*",
177+
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_senders_prefix}/*"
177178
]
178179
}
179180
}

0 commit comments

Comments
 (0)