Skip to content

Morksen/sugde-terraform-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published