We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
terraform fmt
This task is to check and prevent merges with code that is not properly formatted.
The text was updated successfully, but these errors were encountered:
afaryy
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: