craftech-io/Terraform push to private registry
Publish custom modules to your private registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API Key used to authenticate to the registry. | yes | — |
| hostname | URL of your registry. | yes | — |
| namespace | Is the name of a namespace, unique on a particular hostname, that can contain one or more modules that are somehow related. | yes | — |
| module-name | Name of the module. | yes | — |
| system | Name of a remote system that the module is primarily written to target. | yes | aws |
| version | Version of the module. | yes | — |
| path-to-zip | Path where the code is. | yes | ./ |
| lower-terraform-version | Lower admited terraform version. | no | — |
| higher-terraform-version | Higher admited terraform version. | no | — |
| paths-files-to-exclude | List of paths and files to exclude in the package. | no | "" |
| dry-run | Whether or not to perform a dry run (without pushing the module to the registry). | no | false |
Outputs
no outputs