lcvista/PR Deployer
"ChatOps" deployer using terraform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_comment_token | The token used to add comments (does not need to be PAT) | yes | — |
| gh_private_token | The token used to read private terraform modules. Supports GitHub App installation tokens or PATs. | no | — |
| gh_pat_token | The token used to read private terraform modules. [Deprecated] | no | — |
| gh_org_name | The organization name where private terraform modules are located | yes | — |
| terraform_backend | choose a terraform backend. Choices are "tfc" (default) or "s3" | — | tfc |
| terraform_cloud_api_token | A token for Terraform cloud. required for TFC backend | — | — |
| terraform_org | The Terraform cloud organization. required for TFC backend | — | — |
| aws_access_id | AWS access key id for accessing tfstate s3/dynamodb. required for S3 backend. | — | — |
| aws_secret_key | AWS secret key for accessing tfstate s3/dynamodb. required for S3 backend | — | — |
| s3_bucket | s3 bucket for storing tfstate. required for S3 backend | — | — |
| yarn_build | enable yarn build step. useful for development, but a little slow. | — | false |
Outputs
| name | description |
|---|---|
| error-message | Any errors that occur |