Skip to content

Commit

Permalink
Merge pull request #38 from ministryofjustice/ecr-read-only-fix
Browse files Browse the repository at this point in the history
Moving ecr document to combined_2 policy block
  • Loading branch information
tom-j-smith authored Oct 16, 2024
2 parents ca9b3cd + d88acbb commit 58c7bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ data "aws_iam_policy_document" "combined" {
data.aws_iam_policy_document.sqs_for_github.json,
data.aws_iam_policy_document.vpc_for_github.json,
data.aws_iam_policy_document.secretsmanager_for_github.json,
data.aws_iam_policy_document.ecr_for_github.json,
]
}

Expand All @@ -63,6 +62,7 @@ data "aws_iam_policy_document" "combined_2" {
data.aws_iam_policy_document.elasticache_for_github.json,
data.aws_iam_policy_document.bedrock_for_github.json,
data.aws_iam_policy_document.mq_for_github.json,
data.aws_iam_policy_document.ecr_for_github.json,
]
}

Expand Down

0 comments on commit 58c7bf0

Please sign in to comment.