blob: 7cbd4871f73e1105ee0e89872c0fc7e7d1b74cee [file] [log] [blame]
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0
// 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