Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish provider to HashiCorp Terraform Registry #12

Open
2 of 5 tasks
FRosner opened this issue Oct 12, 2020 · 0 comments
Open
2 of 5 tasks

Publish provider to HashiCorp Terraform Registry #12

FRosner opened this issue Oct 12, 2020 · 0 comments

Comments

@FRosner
Copy link
Contributor

FRosner commented Oct 12, 2020

Problem

With newer Terraform versions the custom plugin integration works differently:
It will now check ~/.terraform.d/plugins/${name}/${version}/${os}${arch} or %APPDATA%\terraform.d\plugins${name}${version}${os}${arch} (Windows).
This seems a little cumbersome to me. It might be better to publish the provider to the HashiCorp Terraform Registry , which seems easy enough: https://www.terraform.io/docs/registry/providers/publishing.html

ToDo

  • Document Provider
  • Tag with vx.z.y
  • Switch to github actions
    • Update CI pipeline to publish GitHub releases
    • Add GPG public key to organization (codecentric) namespace in Terraform Provider Registry. Apparently this needs an admin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant