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

Feature Request: Support multiple URLs when creating an item

Open roeizavida opened this issue 1 year ago • 4 comments

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 to be able to add more URLs to support the browser autofill. It is supported in the API and Python SDK, so I guess it is just not implemented in the Terraform provider.

Proposed solution

Accept a list of URLs instead of the url parameter, or add an additional urls parameter to add non-primary URLs.

roeizavida avatar Jun 15 '23 13:06 roeizavida

I requested feature #133 to have attributes (passwords, fields etc) with distinct lifecycles be a separate resource. When I'm using 1Password with cloud resources, URLs can change for emphermal resources, so it may be a candidate to be its own resource too (e.g. onepassword_item_url)

bloudraak avatar Jan 13 '24 19:01 bloudraak

raise up ^

Would like this also!

maxexcloo avatar May 15 '24 03:05 maxexcloo

any updates?

yurymkomarov avatar Sep 04 '24 23:09 yurymkomarov