terraform-provider-gitea/vendor/github.com/hashicorp/terraform-json/tfjson.go
Malar Invention 00ebcd295e add vendor
2022-04-03 09:37:16 +05:30

10 lines
387 B
Go

// 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