github.com/opentofu/opentofu@v1.7.1/internal/command/jsonformat/computed/doc.go (about)

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