github.com/candidpartners/terraform@v0.9.5-0.20171005231213-29f5f88820f6/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