Skip to content

Commit

Permalink
remove backup role
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Nov 21, 2024
1 parent 8c08ec3 commit a60cf1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/account/kms_key_event_recieved_sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ data "aws_iam_policy_document" "event_recieved_sqs_kms" {
type = "AWS"
identifiers = [
local.account.account_name == "development" ? "arn:aws:iam::${data.aws_caller_identity.global.account_id}:root" : "arn:aws:iam::${data.aws_caller_identity.global.account_id}:role/${local.account.account_name}-app-task-role",
aws_iam_role.aws_backup_role.arn,
]
}
}
Expand Down

0 comments on commit a60cf1a

Please sign in to comment.