Releases: 1Password/terraform-provider-onepassword
Releases · 1Password/terraform-provider-onepassword
v1.3.0
v1.2.1
v1.2.0
Features
- Updating to use version 1.5.2 of the Connect SDK.
Fixes
- Improved sanitization for use with Github action.
- Terraform provider no longer lowercases item label. {59}
Security
- Updated dependencies with security vulnerabilities to patched versions
v1.1.4
v1.1.3
Fixes
- Setting the provider's
token
field through Terraform's built-in prompt no longer leads to an error about theurl
not beign set. {#46} - The purpose of the
id
anduuid
fields of the item and vault data-source is now correctly described in the docs. {#42} - The
tags
field for the item data-source is now correctly identified as an output.
v1.1.2
Fixes
- Improved error message reporting.
v1.1.1
v1.1.0
Features
- Adds the
onepassword_vault
data source that can be used to look up a vault by its name or uuid. {#25} - The
onepassword_item
data source can now be used by setting thetitle
instead of theuuid
field. {#25} - The documentation now clearly mentions that the Connect Token can also be provided thorugh
$OP_CONNECT_TOKEN
.
Fixes
- The
id
anduuid
fields of theonepassword_item
resource are now correctly designated as outputs.