Skip to content

Releases: 1Password/terraform-provider-onepassword

v1.2.0

13 Jul 13:18
6f0423d
Compare
Choose a tag to compare

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

26 Jan 15:12
43153a6
Compare
Choose a tag to compare

Fixes

  • Fix (T)OTP field type. {#54}

v1.1.3

07 Oct 15:07
v1.1.3
025b665
Compare
Choose a tag to compare

Fixes

  • Setting the provider's token field through Terraform's built-in prompt no longer leads to an error about the url not beign set. {#46}
  • The purpose of the id and uuid 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

12 Jul 19:58
v1.1.2
d87ceb6
Compare
Choose a tag to compare

Fixes

  • Improved error message reporting.

v1.1.1

24 Jun 15:19
v1.1.1
b30dd1e
Compare
Choose a tag to compare

Features

  • This release includes a binary for darwin/arm64. {#35}

v1.1.0

08 Jun 12:19
v1.1.0
cbebb5e
Compare
Choose a tag to compare

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 the title instead of the uuid field. {#25}
  • The documentation now clearly mentions that the Connect Token can also be provided thorugh $OP_CONNECT_TOKEN.

Fixes

  • The id and uuid fields of the onepassword_item resource are now correctly designated as outputs.

v1.0.2

14 May 11:58
v1.0.2
ec5eb57
Compare
Choose a tag to compare

Features

  • Documentation for the provider is now published on the Terraform Registry. {#8}

v1.0.1

06 May 09:43
v1.0.1
bc8feef
Compare
Choose a tag to compare

Fixes

  • Tags set in the tags field now correctly get set on items in your vault. {#15}
  • Changing the category of an item no longer results in the contents of your item no longer being visible. {#13}
  • Changing the vault of an item no longer leads to an error that the item cannot be found.

v1.0.0

09 Apr 19:48
v1.0.0
dade62d
Compare
Choose a tag to compare

Features

  • Update to the lastest Connect SDK
  • Includes a Terraform User Agent in all Connect API requests

v0.2.0

15 Jan 20:43
v0.2.0
26eeb83
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Support custom sections and fields for Login, Password, and Database Items

Features:

  • Add support for defining Sections and Fields for Items
  • Access sections and fields through onepassword_item data source