Skip to content

Commit bbdff04

Browse files
committed
CCM-13303: Fix Core Notifier permissions
1 parent fc2268e commit bbdff04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/components/dl/module_lambda_ttl_create.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ data "aws_iam_policy_document" "ttl_create_lambda" {
125125
]
126126

127127
resources = [
128-
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter/${local.ssm_senders_prefix}/*"
128+
"arn:aws:ssm:${var.region}:${var.aws_account_id}:parameter${local.ssm_senders_prefix}/*"
129129
]
130130
}
131131
}

0 commit comments

Comments
 (0)