Skip to content

Commit 1732e85

Browse files
Update main.tf
1 parent 0c0c5c4 commit 1732e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rift_compute/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data "aws_iam_policy_document" "cross_account_ecr" {
2626

2727
principals {
2828
type = "AWS"
29-
identifiers = [var.control_plane_account_id, data.aws_iam_role.cross_account_role.arn]
29+
identifiers = [var.control_plane_account_id, var.cross_account_role_arn]
3030
}
3131

3232
actions = [

0 commit comments

Comments
 (0)