Terraform has a formatter that will organise our code so we all follow the same standard.
Before committing, I suggest always running the command terraform fmt which will apply the "code convention" to all files.
This task is to check and prevent merges with code that is not properly formatted.
Terraform has a formatter that will organise our code so we all follow the same standard.
Before committing, I suggest always running the command
terraform fmtwhich will apply the "code convention" to all files.This task is to check and prevent merges with code that is not properly formatted.