github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/jsonchecks/doc.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: MPL-2.0 3 4 // Package jsonchecks implements the common JSON representation of check 5 // results/statuses that we use across both the JSON plan and JSON state 6 // representations. 7 package jsonchecks