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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 22, 2023
- License
- None
Pinned Snippet
uses: cloud-native-toolkit/action-module-verify-deploy@3614542963c5f0feb3dbf596197a97af8618558c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| clusterId | The identifier of the cluster onto which the module should be deployed | yes | — |
| validateDeployScript | Script to validate deployment environment | no | "" |
| testStagesDir | The directory where the test stages are located | no | test/stages |
| testModuleDir | The directory where the current module will be copied | no | module |
| workspace | The directory where the terraform workspace should be created | no | /tmp/workspace |
| configBaseUrl | The base url where the terraform.tfvars file can be found for the clusterId. Expected to resolve to {configBaseUrl}/{clusterId}/terraform.tfvars | no | https://raw.githubusercontent.com/ibm-garage-cloud/action-module-verify/main/env |
| testPlan | Flag indicating that the plan should be tested after the apply to ensure there are no changes | no | false |
Outputs
no outputs