blob: 01ca3892389d86c6ed22802c75b3a7fdeac34f06 [file] [log] [blame]
// Package plans contains the types that are used to represent Terraform plans.
//
// A plan describes a set of changes that Terraform will make to update remote
// objects to match with changes to the configuration.
package plans