We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0c5c4 commit 1732e85Copy full SHA for 1732e85
rift_compute/main.tf
@@ -26,7 +26,7 @@ data "aws_iam_policy_document" "cross_account_ecr" {
26
27
principals {
28
type = "AWS"
29
- identifiers = [var.control_plane_account_id, data.aws_iam_role.cross_account_role.arn]
+ identifiers = [var.control_plane_account_id, var.cross_account_role_arn]
30
}
31
32
actions = [
0 commit comments