cloud-native-toolkit/Verify terraform module

GitHub Action to run through the lifecycle for a terraform module: deploy, verify deploy, destroy, and verify destroy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 22, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloud-native-toolkit/action-module-verify-deploy@3614542963c5f0feb3dbf596197a97af8618558c # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
clusterIdThe identifier of the cluster onto which the module should be deployedyes
validateDeployScriptScript to validate deployment environmentno""
testStagesDirThe directory where the test stages are locatednotest/stages
testModuleDirThe directory where the current module will be copiednomodule
workspaceThe directory where the terraform workspace should be createdno/tmp/workspace
configBaseUrlThe base url where the terraform.tfvars file can be found for the clusterId. Expected to resolve to {configBaseUrl}/{clusterId}/terraform.tfvarsnohttps://raw.githubusercontent.com/ibm-garage-cloud/action-module-verify/main/env
testPlanFlag indicating that the plan should be tested after the apply to ensure there are no changesnofalse

no outputs