Skip to content

bcochofel/terraform-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Tools

pre-commit Docker

GitHub license GitHub tag (latest by date) GitHub issues GitHub forks GitHub stars

Container image with Terraform tools for static code analysis.

List of tools

The container supports the following tools:

Build Container

To build the container run:

docker build . -t terraform-tools:latest

The Dockerfile uses build args, so if you want to build the image with specific version of terraform, for instance, you can run

docker build . --build-arg TERRAFORM_VERSION=1.9.0 -t terraform-tools:latest

Test Container

You can test the container by running

docker run -it terraform-tools:latest terraform version

References