Skip to content

Commit

Permalink
Moving ecr document to combined_2 policy block
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-j-smith committed Oct 16, 2024
1 parent ca9b3cd commit d88acbb
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 d88acbb

Please sign in to comment.