github.com/opentofu/opentofu@v1.7.1/internal/plans/planfile/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 planfile deals with the file format used to serialize plans to disk 7 // and then deserialize them back into memory later. 8 // 9 // A plan file contains the planned changes along with the configuration and 10 // state snapshot that they are based on. 11 package planfile