Browse Source

Merge pull request #6 from mdr-engineering/bugfix/dw_MSOCI-1313_add_codebuild_passrole

[MSOCI-1313] Add codebuild to passrole for terraformer
Duane Waddle 5 years ago
parent
commit
b59e78b163
1 changed files with 1 additions and 0 deletions
  1. 1 0
      submodules/iam/standard_iam_policies/policy-mdr_terraformer.tf

+ 1 - 0
submodules/iam/standard_iam_policies/policy-mdr_terraformer.tf

@@ -44,6 +44,7 @@ data "aws_iam_policy_document" "mdr_terraformer" {
 			"arn:${local.aws_partition}:iam::${local.aws_account}:role/msoc-default-instance-role",
 			"arn:${local.aws_partition}:iam::${local.aws_account}:role/ecsFargateTaskExecutionRole",
 			"arn:${local.aws_partition}:iam::${local.aws_account}:role/dlm-lifecycle-role",
+			"arn:${local.aws_partition}:iam::${local.aws_account}:role/codebuild_role",
     ]
   }