Infrastructure as Code (IaC) with Terraform.
Table of Contents
- lower-case characters
- underscores
Pattern: [a-z_]+
- lower-case characters
- hyphen
Pattern: [a-z-]+
Terraform and pre-commit framework need to get initialized.
task terraform:init
task pre-commit:init
All changes require a PR and review. Create a new branch and reference a Jira ticket, f.e.
git switch -c feature/INPRO-1-configure-resource