bruceharrison1984/terraform-push-module
Push a module to a Terraform module registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 31, 2024
- License
- MIT
Pinned Snippet
uses: bruceharrison1984/terraform-push-module@035081b694e66bc9189eb5bdaae25a14d35b75bc # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| serverUri | The root URI of the HCP Terraform/Enterprise server | yes | https://app.terraform.io/ |
| organizationName | The name of the organization this module belongs to | yes | — |
| moduleName | The name of the module | yes | — |
| providerName | The name of the provider associated with this module | yes | — |
| authToken | HCP/TFE token with sufficient permissions to manage modules | yes | — |
| isNoCode | Enable `no-code` workflows for this module | yes | false |
| versionString | The version tag that will be applied to the module | yes | — |
Outputs
| name | description |
|---|---|
| archiveFilepath | The file path to the tarball that contains the module code that was uploaded to HCP/TFE |
| moduleName | The name of the module that was created |
| moduleVersion | The version number of the module that was created |