Short project description
📑 Table of Contents
.
├── .taskfiles
│ ├── pre-commit.yaml
│ └── terraform.yaml
├── .editorconfig
├── .gitignore
├── .markdownlint.yaml
├── .pre-commit-config.yaml
├── .prettierignore
├── .prettierrc.yaml
├── README.md # this document
├── Taskfile.yaml
├── .terraform-docs.yaml
├── .tflint.hcl
└── .yamllint.config.yaml
Terraform and pre-commit framework need to get initialized.
pre-commit install
terraform init