Greenstand / treetracker-infrastructure

Our cloud infrastructure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

treetracker-infrastructure

Cloud infrastructure for the treetracker project

ADRs

ADRs for infrastructure are located at https://github.com/Greenstand/treetracker-infrastructure-adr

Pre-commit Github Action

We use pre-commit in a GitHub Action to format the terraform files for best practices. To make the workflow even easier, you can run those checks on your own machine before pushing code.

Installing pre-commit

Reference: https://pre-commit.com/

Then run from the root folder of the repo:

pre-commit install
pre-commit run --all-files

About

Our cloud infrastructure.

License:GNU General Public License v2.0


Languages

Language:HCL 72.4%Language:Shell 14.6%Language:HTML 7.1%Language:CSS 2.6%Language:Python 1.7%Language:JavaScript 1.0%Language:Dockerfile 0.5%