wemogy/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
Stale
License
None
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 Principal / Managed Identity Client IDyes
client-secretThe Azure Service Principal Secret. Leave empty to authenticate via OIDC (federated credentials).no""
tenant-idThe Azure Service Principal Tenant IDyes
subscription-idThe Azure Subscription ID. Required when authenticating via OIDC.no""
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