versent/Terraform Plan Custom Action

Performs a Terraform plan and returns the output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tfDirThe directory where the Terraform templates are locatedno""
tfArgsExtra arguments to pass to terraformno""
tfWorkspaceThe Terraform workspace to selectnodefault
gitUserThe Git user used to clone repositoriesyes
gitTokenThe Git user token used to clone repositoriesyes
commentPrNumberPull Request ID to add the TF Plan commentno
commentTitleMain title for TF Plan comment on Pull RequestnoTerraform Plan Results
commentSubTitleSub title for TF Plan comment on Pull RequestnoTerraform Plan
namedescription
tfplanThe Terraform plan output
messageFriendly message that shows if there are changes to review
resultThe return code of the plan. 0 = no changes, 1 = error, 2 = changes