actions-marketplace-validations/terraform-cdk-action

The Terraform CDK GitHub Action allows you to run CDKTF as part of your CI/CD workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cdktfVersionThe version of CDKTF to useno0.21.0
terraformVersionThe version of Terraform to useno1.13.3
workingDirectoryThe directory to use for the projectno./
modeWhat action to take: `synth-only` runs only the synthesis, `plan-only` only runs a plan, `auto-approve-apply` runs a plan and then performs an apply, `auto-approve-destroy` runs a plan and then performs a destroyyes
stackNameThe stack to run / plan, only required when the mode is `plan-only` or `plan-and-apply`no
terraformCloudTokenThe Terraform Cloud / Terraform Enterprise token to useno
githubTokenThe github token to useno
commentOnPrWhether to comment the plan / the status on the PRnotrue
updateCommentWhether to update the last comment on the PR rather than adding a new commentnotrue
customNpxArgsThe additional CLI arguments to pass to npx as part of the cdktf-cli execution.no""
cdktfArgsThe additional CLI arguments to pass to cdktf as part of the cdktf-cli execution.no""
suppressOutputWhether to suppress the output of the action in PR commentsnofalse

no outputs