github.com/opentofu/opentofu@v1.7.1/internal/states/statefile/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 statefile deals with the file format used to serialize states for 7 // persistent storage and then deserialize them into memory again later. 8 package statefile