terraform-provider-onepassword icon indicating copy to clipboard operation
terraform-provider-onepassword copied to clipboard

Use the 1Password Terraform Provider to reference, create, or update items in your 1Password Vaults.

Results 57 terraform-provider-onepassword issues
Sort by recently updated
recently updated
newest added

### Your environment Terraform Provider Version: 1.4.3 OS: MacOS OpenTofu Version: OpenTofu v1.7.0 ## What happened? When running `tofu init`, the following warning is shown because the OpenTofu registry doesn't...

bug

Relates: https://github.com/1Password/terraform-provider-onepassword/issues/74 The only thing to add was support for replacing spaces with underscores and adding new fields in the data source. Now going forward it should be easier if...

Adds `files` to the item resource, with properties to get the file name and contents. Uses `op read` to get the file contents after transforming the content path of the...

### Summary Currently, when creating a value in a custom field, line breaks get turned into spaces, although 1Password does support having values spanning several lines with `text` field type....

### Summary Add provider settings to define one or more tags that get added by default to resources. ### Use cases Default tags would provide several useful use cases: -...

I have have only tested this with unittests and cli, as I do not have a connect. - Supports multiple files - Supports text documents and binary documents (provided one...

A very naive fix for https://github.com/1Password/terraform-provider-onepassword/issues/52

### Summary Allow Section Fields LookUp by Title when using `data "onepassword_item"` resource. ### Use cases As a programmer, I would like to have a way to lookup a Section...

### Summary With the latest stable version `v1.4.0` it's not possible to run the provider on Terraform Cloud. The attempt to fix it was done in [v1.4.1-beta01](https://github.com/1Password/terraform-provider-onepassword/releases/tag/v1.4.1-beta01), but requires additional...

enhancement

### Summary When creating an item using Terraform, only one URL can be provided and it is set a primary. ### Use cases There are many cases where you want...