- Install terraform on your machine locally
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
brew install tflint
- Run the Makefile
make
- Follow the Hashicorp Terraform Install CLI Guide
- Install the pre-commit framework:
pip install pre-commit
conda install -c conda-forge pre-commit
- Install the git hook scripts:
pre-commit install
terraform {
source = "github.com/Cyber4All/terraform-cyber4all-catalog//modules/<REPLACE_WITH_MODULE>?ref=v<REPLACE_WITH_VERSION>"
}
inputs = {
}