github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/plans/planfile/doc.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Package planfile deals with the file format used to serialize plans to disk
     5  // and then deserialize them back into memory later.
     6  //
     7  // A plan file contains the planned changes along with the configuration and
     8  // state snapshot that they are based on.
     9  package planfile