Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 597 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 597 Bytes

sugde-terraform-demo

Terraform commands

terraform init --backend-config=<path to tfbackend file> terraform workspace list terraform workspace select <name> terraform plan terraform apply terraform destroy

terraform plan --out=<name of tfplan>.tfplan terraform plan --out=<name of tfplan>.tfplan -destroy

terraform apply "<name of tfplan>.tfplan"

Checkov commands

checkov -d <directory>

docker pull bridgecrew/checkov
$path = Resolve-Path .\examples\checkov\
docker run --rm --volume ${path}:/tf --workdir /tf bridgecrew/checkov --directory /tf