Skip to content

Commit

Permalink
fix: remove resources from tag selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygridley committed Feb 8, 2024
1 parent b8d1ff3 commit 8d5c0c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws_backup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ resource "aws_backup_selection" "tag" {
iam_role_arn = module.source_role.arn
plan_id = aws_backup_plan.source[each.value.backup_plan_key].id
name = substr("${module.source_label.id}-${each.key}", 0, 50)
resources = ["*"]
selection_tag {
type = each.value.selection_tag["type"]
key = each.value.selection_tag["key"]
Expand Down

0 comments on commit 8d5c0c2

Please sign in to comment.