travix/Publish Private Terraform Provider

Publishes a private terraform provider generated by goreleaser to the Terraform Cloud

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
access-tokenTerraform Cloud access tokenyes
artifact-jsonJSON string of the artifacts generated by goreleaser-action, takes precedence over artifact-json-pathno
artifact-json-pathPath to the artifacts.json generated by goreleasernodist/artifacts.json
gpg-key-idGPG key-id from terraform cloud to generate the new version. Default to first key-id found in [list-gpg-keys](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/private-registry/gpg-keys#list-gpg-keys) APIno
namespaceNamespace of the provider. Default to GitHub org nameno
provider-nameName of the provider. Default to repo name without 'terraform-provider-' prefixno
versionVersion of the provider to be published. Default to tag name if run on tag event, else throws an errorno

no outputs