Skip to content

Commit

Permalink
Add sort to tags to avoid changes (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Feb 1, 2024
1 parent f190866 commit 741708b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ resource "onepassword_item" "this" {
password = each.value.password
url = each.value.url

tags = concat(var.tags_all, each.value.tags)
tags = sort(concat(var.tags_all, each.value.tags))
}

0 comments on commit 741708b

Please sign in to comment.