Open roeizavida opened 1 year ago
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
)
raise up ^
Would like this also!
any updates?
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 additionalurls
parameter to add non-primary URLs.