Skip to content

Commit ec89ccd

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/terraform/components/dl/module_lambda_mesh_poll.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ data "aws_iam_policy_document" "mesh_poll_lambda" {
145145
]
146146

147147
resources = [
148-
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_mesh_prefix}/*"
148+
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_mesh_prefix}/*",
149+
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_senders_prefix}/*"
149150
]
150151
}
151152
}

0 commit comments

Comments
 (0)