pipery-dev/Pipery Terraform CD

CD pipeline for Terraform: init → plan → apply → state management and drift detection

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
project_pathPath to the Terraform root module.no.
config_filePath to the pipery config file.no.pipery/config.yaml
terraform_versionTerraform CLI version to use.nolatest
backend_configComma-separated backend config vars (key=val).no""
var_filePath to a .tfvars file.no""
working_directoryWorking directory for Terraform commands.no.
plan_onlyOnly run plan, do not apply.nofalse
auto_approveSkip interactive approval of plan.notrue
destroyRun terraform destroy instead of apply.nofalse
check_driftRun a post-apply plan to detect drift.notrue
skip_planSkip terraform plan step.nofalse
skip_applySkip terraform apply step.nofalse
skip_drift_checkSkip drift detection step.nofalse
log_filePath to write the JSONL log file.nopipery.jsonl

no outputs