github.com/opentofu/opentofu@v1.7.1/internal/command/jsonformat/structured/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 structured contains the structured representation of the JSON changes
     7  // returned by the jsonplan package.
     8  //
     9  // Placing these in a dedicated package allows for greater reuse across the
    10  // various type of renderers.
    11  package structured