absaoss/Terraform provider registry

Github action to publish terraform provider into github pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 10, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: absaoss/ghpages-to-tf-provider-registry@02d0571f3c28a10a419736b894a2eaa8d0f836dd # v0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenGithub Tokenyes
artifacts_dirdirectory which holds provider artifacts, defaults to `dist`
repositoryThe GitHub repository to store registry metadata, defaults to `<GITHUB_REPOSITORY>`${{ github.repository }}
branchThe branch to publish artifacts, defaults to `gh-pages`no
usernameThe user name used for the commit userno${{ github.actor }}
emailThe email used for the commit userno${{ github.actor }}@users.noreply.github.com
namespaceTerraform provider namespace, defaults to <GITHUB_REPOSITORY_OWNER>${{ github.repository_owner }}
gpg_keyidKey id used to sign provideryes
gpg_ascii_armorPublic key ASCII armoredyes
generator_versionVersion of terraform metadata generator to useno0.1

no outputs