github.com/opentofu/opentofu@v1.7.1/internal/plans/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 plans contains the types that are used to represent OpenTofu plans.
     7  //
     8  // A plan describes a set of changes that OpenTofu will make to update remote
     9  // objects to match with changes to the configuration.
    10  package plans