-
Notifications
You must be signed in to change notification settings - Fork 6
CLI Usage
Huzefaaa2 edited this page Jan 24, 2026
·
13 revisions
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"pip install terraform-guardrailPyPI: https://pypi.org/project/terraform-guardrail/ (latest: 0.2.9)
terraform-guardrail scan ./examples
terraform-guardrail scan ./examples --state ./examples/sample.tfstate
terraform-guardrail scan ./examples --schematerraform-guardrail generate aws aws_s3_bucket --name demo
terraform-guardrail generate azure azurerm_storage_account --name demoterraform-guardrail policy list
terraform-guardrail policy fetch baseline --destination ./policies