We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform 1.7.4 provider 1.4.2 1password CLI 2.25.0
resource "onepassword_item" "item" { ... ... username = var.myvar != null ? "test : "" password = var.myvar != null ? "test : "there is no password" }
I want to REMOVE the password box from 1password and not have it say "there is no password".
But the only way to remove is is to comment out the password line, which obviously won't work in my use case.
password
Setting there is no password to null or "" doesn't remove the password box, in fact it doesnt even update what is currently set for the password.
there is no password
""
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
terraform 1.7.4
provider 1.4.2
1password CLI 2.25.0
I want to REMOVE the password box from 1password and not have it say "there is no password".
But the only way to remove is is to comment out the
password
line, which obviously won't work in my use case.Setting
there is no password
to null or""
doesn't remove the password box, in fact it doesnt even update what is currently set for the password.The text was updated successfully, but these errors were encountered: