Skip to content

Commit

Permalink
not ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed May 31, 2024
1 parent 306c6b9 commit 7c37838
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ data "aws_iam_policy_document" "access_ldap_secret" {
]
effect = "Allow"
resources = [
"arn:aws:ssm:eu-west-2:${var.platform_vars.environment_management.account_ids[join("-", ["delius-core", var.account_info.mp_environment])]}:secret:ldap-admin-password*"
"arn:aws:secretsmanager:eu-west-2:${var.platform_vars.environment_management.account_ids[join("-", ["delius-core", var.account_info.mp_environment])]}:secret:ldap-admin-password*"
]
}
}

0 comments on commit 7c37838

Please sign in to comment.