File: tfjson.go

package info (click to toggle)
golang-github-hashicorp-terraform-json 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,572 kB
  • sloc: makefile: 31
file content (9 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// Package tfjson is a de-coupled helper library containing types for
// the plan format output by "terraform show -json" command. This
// command is designed for the export of Terraform plan data in
// a format that can be easily processed by tools unrelated to
// Terraform.
//
// This format is stable and should be used over the binary plan data
// whenever possible.
package tfjson