To use the terraform cli on the repo you have to change the current directory to terraform\azure
terraform init
terraform plan -out infra.plan
terraform apply infra.plan
terraform-docs markdown --footer-from docs/footer.md --header-from docs/header.md . > README.md
go test
(must be executed within the test folder)
use modules from https://github.com/gsoft-inc/terraform-azurerm-naming
terraform fmt