1Password / terraform-provider-onepassword

Use the 1Password Terraform Provider to reference, create, or update items in your 1Password Vaults.
https://1password.com/secrets
MIT License
314 stars 41 forks source link

Code check should not warn "Unresolved reference uuid" for data onepassword_vault #159

Open mrclrchtr opened 3 months ago

mrclrchtr commented 3 months ago

Summary

It's actually possible to use the onepassword_vault data source to read the uuid of a vault per name.

But the code check (IntelliJ in my case) shows the following error:

image

"Unresolved reference uuid"