]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/terraform/command/format/format.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / terraform / command / format / format.go
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