This repository is meant to be a template repo we can just spin up new module repos from with our general format.
- Clone this repo, renaming appropriately.
- Write your terraform code in the root dir.
Please put a description of what this module does here
module "example" {
source = "terraform/registry/path"
<variables>
}
Name | Version |
---|---|
terraform | >= 1.3.7 |
aws | ~> 4.52.0 |
No providers.
No modules.
No resources.
No inputs.
No outputs.
Install dependencies (macOS)
brew install pre-commit tfenv terraform-docs
tfenv install
pre-commit install --install-hooks