github.com/opentofu/opentofu@v1.7.1/internal/plans/objchange/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 objchange deals with the business logic of taking a prior state 7 // value and a config value and producing a proposed new merged value, along 8 // with other related rules in this domain. 9 package objchange