terraform fmt
should allow disabling "align equals signs"
#36795
Labels
terraform fmt
should allow disabling "align equals signs"
#36795
Terraform Version
Use Cases
git diff
should only show the relevant changes to.tf
files.tf
files should be readable; I should not need to put a ruler against the screen to see the value for a given argumentAttempted Solutions
I tried reading the docs: https://developer.hashicorp.com/terraform/cli/commands/fmt
Proposal
terraform fmt
should allow disabling the current behavior which aligns=
on multiple lines.This is the expected format:
This is the unexpected current behavior:
References
http://github.com/hashicorp/terraform/issues/33281 but it was closed; I still have this problem
The text was updated successfully, but these errors were encountered: