You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: op error: "MASKED_ID_OF_ITEM" isn't an item in the "MASKED_ID_OF_VAULT" vault.
│
│ with MASKED.onepassword_item.MASKED,
│ on main.tf line 29, in resource "onepassword_item" "MASKED":
│ 29: resource "onepassword_item" "MASKED" {
│
even when I have this lifecycle:
lifecycle {
ignore_changes = [vault]
}
What did you expect to happen?
Ignore vault changes or recreate in resources vault
Steps to reproduce
create a resource "onepassword_item"
Apply changes
Move newly created item somewhere else
repeat
The text was updated successfully, but these errors were encountered:
Your environment
Terraform Provider Version: 1.4.1
CLI Version: 2.24.0
OS: Alpine Linux v3.18
Terraform Version: 1.8.3.
What happened?
Got error:
even when I have this lifecycle:
What did you expect to happen?
Ignore vault changes or recreate in resources vault
Steps to reproduce
The text was updated successfully, but these errors were encountered: