Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 474 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 474 Bytes

terraform-module-template

Template repository for creating and testing Terraform modules.

Contributing

The information below will help you work with this repo to make changes to the module.

Required Tools

  • Golang binary in your path
  • Terraform binary in your path

Usage

  • Check Terraform and Golang file formatting
make fmt-check
  • Auto-fix the file formatting
make fmt
  • Run the tests
make check

# Or

make test