anasinnyk / terraform-provider-onepassword

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

Add to Community Providers #21

Closed julianxhokaxhiu closed 5 years ago

julianxhokaxhiu commented 5 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add this provider to the community list, in order to ease the installation.

Describe alternatives you've considered Manual steps in the README of the project.

Additional context See https://www.terraform.io/docs/providers/type/community-index.html

anasinnyk commented 5 years ago

@julianxhokaxhiu it's already in the list. In the first place :)

julianxhokaxhiu commented 5 years ago

Sorry, I totally missed it! Thank you!

julianxhokaxhiu commented 5 years ago

I was actually too fast. If I delete the provider plugin installed into my local environment and I run my terraform code, I get this:

Provider "onepassword" not available for installation.

A provider named "onepassword" could not be found in the Terraform Registry.

This may result from mistyping the provider name, or the given provider may
be a third-party provider that cannot be installed automatically.

In the latter case, the plugin must be installed manually by locating and
downloading a suitable distribution package and placing the plugin's executable
file in the following directory:
    terraform.d/plugins/darwin_amd64

Terraform detects necessary plugins by inspecting the configuration and state.
To view the provider versions requested by each module, run
"terraform providers".

Any idea why?

anasinnyk commented 5 years ago

@julianxhokaxhiu only official providers included to the registry

julianxhokaxhiu commented 5 years ago

Allright, I see. Thanks than.