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 -d <directory>
docker pull bridgecrew/checkov
$path = Resolve-Path .\examples\checkov\
docker run --rm --volume ${path}:/tf --workdir /tf bridgecrew/checkov --directory /tf