Skip to content

Commit

Permalink
[PRMP-760] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Sep 11, 2024
1 parent 879a1e6 commit 8963a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/container-repositories/terraform/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data "aws_iam_policy_document" "ecr_gp_registrations_mi" {

principals {
type = "AWS"
identifiers = ["arn:aws:sts::${data.aws_ssm_parameter.prod-aws-account-id[0].value}:assumed-role//GitHub-Actions-ReadWrite/GitHubActions"]
identifiers = ["arn:aws:sts::${data.aws_ssm_parameter.prod-aws-account-id[0].value}:assumed-role/GitHub-Actions-ReadWrite/GitHubActions"]
}

actions = [
Expand Down

0 comments on commit 8963a46

Please sign in to comment.