actions-marketplace-validations/Terraform (wemogy)

Connects to a Terraform backend, applies or plans the changes and outputs the Terraform Output variables

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 1, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/wemogy_terraform-action@c822ac5b43ae04be02be16b78698227b7bfe9479 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
working-directoryThe directory of your terraform scriptsyes
workspaceThe terraform workspaceno
planPlan the changesyesfalse
applyApply the changesyestrue
destroyDestroy the changesyesfalse
forceEnforce changes, even if prevent_destroy is set to 'true'yesfalse
client-idThe Azure Service Pricipal Client IDyes
client-secretThe Azure Service Pricipal Secretyes
tenant-idThe Azure Service Pricipal Tenant IDyes
backend-storage-account-nameThe Name of the Azure Storage Account that hosts the remote Terraform backendyes
backend-container-nameThe Name of the the storage container that hosts the remote Terraform backendyes
backend-keyThe name of the file that hosts the remote Terraform backendyes
namedescription
outputThe Terraform output in JSON format