cloud-native-toolkit/Create Module
Action to create an automation module from one of the availble templates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with the access necessary to provision a new repository in the target org | yes | — |
| type | the type of module (terraform or gitops) | yes | — |
| name | The name of the new repository that will be created | yes | — |
| displayName | The display name of the new repository that will be created | no | — |
| provider | The cloud provider this module will work against | no | — |
| softwareProvider | The software provider for this module | no | — |
| owner | The github organization where the new repository should be created | yes | cloud-native-toolkit |
| strict | Flag that if value is true with throw an error if the repo already exists. If false then the existing repo will be (re-)configured | no | true |
Outputs
| name | description |
|---|---|
| repo_url | The url of the created repository |
| repoUrl | The url of the created repository |
| owner | The owner of the repo |
| repo | The name of the repo |
| moduleName | The name of the module |
| displayName | The display name of the module |
| cloudProvider | The cloud provider, if applicable, for the module. (E.g. ibm, aws, azure) |
| softwareProvider | The provider of the software that will be installed into a cluster, if applicable. (E.g. ibm-cp) |