Skip to content

Commit 7fc24ea

Browse files
author
Maboh Christopher
committed
modify snyk role per app
1 parent 0d166a2 commit 7fc24ea

File tree

1 file changed

+1
-1
lines changed
  • terraform/services/snyk-integration

1 file changed

+1
-1
lines changed

terraform/services/snyk-integration/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data "aws_iam_policy_document" "snyk_pull" {
3636
for_each = toset(local.app)
3737

3838
statement {
39-
sid = "${each.key}SnykAllowPull"
39+
sid = "${title(each.key)}SnykAllowPull"
4040
effect = "Allow"
4141
actions = [
4242
"ecr:GetLifecyclePolicyPreview",

0 commit comments

Comments
 (0)