absaoss/Terraform provider registry
Github action to publish terraform provider into github pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 10, 2021
- License
- None
Pinned Snippet
uses: absaoss/ghpages-to-tf-provider-registry@02d0571f3c28a10a419736b894a2eaa8d0f836dd # v0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github Token | yes | — |
| artifacts_dir | directory which holds provider artifacts, defaults to `dist` | — | — |
| repository | The GitHub repository to store registry metadata, defaults to `<GITHUB_REPOSITORY>` | — | ${{ github.repository }} |
| branch | The branch to publish artifacts, defaults to `gh-pages` | no | — |
| username | The user name used for the commit user | no | ${{ github.actor }} |
| The email used for the commit user | no | ${{ github.actor }}@users.noreply.github.com | |
| namespace | Terraform provider namespace, defaults to <GITHUB_REPOSITORY_OWNER> | — | ${{ github.repository_owner }} |
| gpg_keyid | Key id used to sign provider | yes | — |
| gpg_ascii_armor | Public key ASCII armored | yes | — |
| generator_version | Version of terraform metadata generator to use | no | 0.1 |
Outputs
no outputs