anasinnyk / terraform-provider-onepassword

Terraform provider for 1Password
GNU Lesser General Public License v3.0
128 stars 38 forks source link

Invalid resource type #54

Closed ms32035 closed 3 years ago

ms32035 commented 3 years ago

Getting the following error when running the registry build https://registry.terraform.io/providers/milosbackonja/1password/latest with TF 0.13

2020/10/26 11:25:22 [ERROR] eval: *terraform.EvalValidateResource, err: Invalid resource type: A data resource type "onepassword_vault" is not supported by provider "registry.terraform.io/hashicorp/1password".
2020/10/26 11:25:22 [ERROR] eval: *terraform.EvalSequence, err: Invalid resource type: A data resource type "onepassword_vault" is not supported by provider "registry.terraform.io/hashicorp/1password".

Might seem like a namespacing issue, but not sure. Any ideas?

anasinnyk commented 3 years ago

I published my own. Please try againg with it. https://registry.terraform.io/providers/anasinnyk/onepassword/latest

ms32035 commented 3 years ago

That now works well. Thanks.