Skip to content

Cyber4All/terraform-cyber4all-catalog

Repository files navigation

Terraform Module

MacOS Setup

  1. Install terraform on your machine locally
brew tap hashicorp/tap

brew install hashicorp/tap/terraform

brew install tflint
  1. Run the Makefile
make

Other OS Setup

  1. Follow the Hashicorp Terraform Install CLI Guide
  2. Install the pre-commit framework:

Using pip:

pip install pre-commit

Using Conda (via conda-forge):

conda install -c conda-forge pre-commit
  1. Install the git hook scripts:
pre-commit install

Sample Usage

terraform {
	 source = "github.com/Cyber4All/terraform-cyber4all-catalog//modules/<REPLACE_WITH_MODULE>?ref=v<REPLACE_WITH_VERSION>"
}

inputs = {


}