github.com/svenhamers/terraform@v0.11.12-beta1/command/format/format.go (about)

     1  // Package format contains helpers for formatting various Terraform
     2  // structures for human-readabout output.
     3  //
     4  // This package is used by the official Terraform CLI in formatting any
     5  // output and is exported to encourage non-official frontends to mimic the
     6  // output formatting as much as possible so that text formats of Terraform
     7  // structures have a consistent look and feel.
     8  package format