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

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Package structured contains the structured representation of the JSON changes
     5  // returned by the jsonplan package.
     6  //
     7  // Placing these in a dedicated package allows for greater reuse across the
     8  // various type of renderers.
     9  package structured