mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
7 lines
286 B
Go
7 lines
286 B
Go
// Copyright IBM Corp. 2014, 2026
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package objchange deals with the business logic of taking a prior state
|
|
// value and a config value and producing a proposed new merged value, along
|
|
// with other related rules in this domain.
|
|
package objchange
|