anasinnyk / terraform-provider-onepassword

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

Terraform Init is failing at the provider level #57

Closed vikram-yerneni closed 3 years ago

vikram-yerneni commented 3 years ago

I started using the one password setups and added the provider to my main.tf file and the Terraform Init is failing at the provider level: **Error: Failed to install provider

Error while installing hashicorp/onepassword: provider registry registry.terraform.io does not have a provider named registry.terraform.io/hashicorp/onepassword**

Here is my portion from my main.tf file: **#adding 1Password connection info provider "onepassword" {

email = "john.smith@example.com"

#password   = "super secret master password"
secret_key = "xx-xxxx-xxx-xxxx-x-xxxx-xxx"
subdomain  = "My Company Name"

}**

Thanks Vikram

vikram-yerneni commented 3 years ago

Sorry fellas.. I got it :-)