lcvista/PR Deployer

"ChatOps" deployer using terraform

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gh_comment_tokenThe token used to add comments (does not need to be PAT)yes
gh_private_tokenThe token used to read private terraform modules. Supports GitHub App installation tokens or PATs.no
gh_pat_tokenThe token used to read private terraform modules. [Deprecated]no
gh_org_nameThe organization name where private terraform modules are locatedyes
terraform_backendchoose a terraform backend. Choices are "tfc" (default) or "s3"tfc
terraform_cloud_api_tokenA token for Terraform cloud. required for TFC backend
terraform_orgThe Terraform cloud organization. required for TFC backend
aws_access_idAWS access key id for accessing tfstate s3/dynamodb. required for S3 backend.
aws_secret_keyAWS secret key for accessing tfstate s3/dynamodb. required for S3 backend
s3_buckets3 bucket for storing tfstate. required for S3 backend
yarn_buildenable yarn build step. useful for development, but a little slow.false
namedescription
error-messageAny errors that occur