Skip to content

Commit

Permalink
fix: update role name to clearer name (#6181)
Browse files Browse the repository at this point in the history
This PR is being tracked as part of #6133

Depends on ministryofjustice/modernisation-platform-environments#8812

Uses a clearer name for the role assumed by the CaDeT runner
  • Loading branch information
tom-webber authored Nov 27, 2024
1 parent ace2e4c commit 44554a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ data "aws_iam_policy_document" "create_a_derived_table" {
sid = "AllowAssumeAPComputeMetadataTransferRole"
effect = "Allow"
actions = ["sts:AssumeRole", "sts:TagSession"]
resources = ["arn:aws:iam::${var.account_ids["analytical-platform-compute-production"]}:role/analytical-platform-cadet-runner-assumable"]
resources = ["arn:aws:iam::${var.account_ids["analytical-platform-compute-production"]}:role/copy-apdp-cadet-metadata-to-compute"]
}
}

Expand Down

0 comments on commit 44554a2

Please sign in to comment.