scaffoldly/Setup Bootstrap
GitHub Action for scaffoldly/bootstrap
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to run: 'plan` or 'apply', or 'terraform' | yes | — |
| terraform | The arguments to send alongside the 'terraform' action | no | — |
| repo-token | The GitHub token for this repo. (https://docs.github.com/en/actions/reference/authentication-in-a-workflow#example-passing-github_token-as-an-input) | yes | — |
| root-email | Root Email for your project (https://docs.scaffold.ly/getting-started/prerequisites#root-email) | yes | — |
| terraform-cloud-token | Access Token to Terraform Cloud (https://docs.scaffold.ly/getting-started/prerequisites#terraform-cloud) | no | — |
| module-directory | The subdirectory of a specific module to build | no | — |
| identifier | Identifier to be used to prefix versions (Only leveraged when module-directory is set). | no | — |
| create-organization | Create an Organization in Terraform Cloud | no | false |
| state-provider | Terraform State Provider ('app.terraform.io' or 'tfstate.dev') | no | app.terraform.io |
| workspace | The workspace name (default: the repository name) | no | — |
| dnt | If set, opt-out of usage analytics | no | — |
Outputs
| name | description |
|---|---|
| organization | The GitHub/Terraform Cloud Organization |
| terraform-output | Any Terraform Outputs, as stringify'd JSON |
| matrix | If there's an output variable called 'github_matrix_include', the values will be provided in this output |