blob: 21698375b13f3127c79992b1bb9ebfeb661243b3 [file]
// Copyright IBM Corp. 2019, 2026
// 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