An open API service indexing awesome lists of open source software.

https://github.com/dodevops/terraform-module-tools

A container image holding all the tools we need for terraform module development
https://github.com/dodevops/terraform-module-tools

Last synced: 3 months ago
JSON representation

A container image holding all the tools we need for terraform module development

Awesome Lists containing this project

README

          

# terraform module tools

This repository contains an image that is used for our own terraform modules to validate and format the modules.

Included is:

- [Terraform](https://www.terraform.io/) (for terraform fmt)
- [Tflint](https://github.com/terraform-linters/tflint)
- [terraform-docs](https://github.com/terraform-docs/terraform-docs)
- [tfsec](https://github.com/aquasecurity/tfsec)

# Usage

Run the tools by calling

docker run -v "$PWD":/terraform ghcr.io/dodevops/terraform-module-tools:latest