Skip to content

Commit

Permalink
Add condition to avoid resource recreation (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot authored May 2, 2022
1 parent d1cde4d commit 6d4de05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ resource "aws_backup_selection" "backup_selection" {
key = var.selection_tag_key
value = var.selection_tag_value
}

condition {}
}


0 comments on commit 6d4de05

Please sign in to comment.