github.com/pulumi/terraform@v1.4.0/pkg/command/jsonformat/computed/doc.go (about)

     1  // Package computed contains types that represent the computed diffs for
     2  // Terraform blocks, attributes, and outputs.
     3  //
     4  // Each Diff struct is made up of a renderer, an action, and a boolean
     5  // describing the diff. The renderer internally holds child diffs or concrete
     6  // values that allow it to know how to render the diff appropriately.
     7  package computed