Skip to content

Conversation

@tbarthel-fr
Copy link

This commit introduces a write-only password feature to the onepassword_item resource. This allows for setting a password that is not stored in the Terraform state, which is useful for ephemeral values.

The following new attributes have been added:

  • password_wo: A write-only password.
  • password_wo_version: An integer that must be incremented to trigger an update to the password_wo field.

This commit also includes:

  • Updates to various Go dependencies, including the Terraform plugin framework so that schema.StringAttribute.WriteOnly can be used.
  • New acceptance tests for the write-only password functionality.

This commit introduces a write-only password feature to the `onepassword_item` resource. This allows for setting a password that is not stored in the Terraform state, which is useful for ephemeral
values.

The following new attributes have been added:
- `password_wo`: A write-only password.
- `password_wo_version`: An integer that must be incremented to trigger an update to the `password_wo` field.

This commit also includes:
- Updates to various Go dependencies, including the Terraform plugin framework so that `schema.StringAttribute.WriteOnly` can be used.
- New acceptance tests for the write-only password functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant