From d88acbbb398b52c38929b41bda39695207b1b16e Mon Sep 17 00:00:00 2001 From: tom-j-smith Date: Wed, 16 Oct 2024 15:51:28 +0100 Subject: [PATCH] Moving ecr document to combined_2 policy block --- aws.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws.tf b/aws.tf index 4560fa8..49d8db4 100644 --- a/aws.tf +++ b/aws.tf @@ -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, ] } @@ -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, ] }