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
- Host: GitHub
- URL: https://github.com/dodevops/terraform-module-tools
- Owner: dodevops
- License: mit
- Created: 2023-04-19T06:48:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T09:06:05.000Z (over 2 years ago)
- Last Synced: 2025-03-11T16:23:00.780Z (over 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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