github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/jsonformat/computed/doc.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Package computed contains types that represent the computed diffs for
     5  // Terraform blocks, attributes, and outputs.
     6  //
     7  // Each Diff struct is made up of a renderer, an action, and a boolean
     8  // describing the diff. The renderer internally holds child diffs or concrete
     9  // values that allow it to know how to render the diff appropriately.
    10  package computed