terraform-provider-google/vendor/github.com/hashicorp/terraform/plans/doc.go
Riley Karson dbf9188792
Vendor 0.12 SDK (#3432)
```bash
GO111MODULE=on go get github.com/hashicorp/terraform@pluginsdk-v0.12-early7
GO111MODULE=on go mod vendor
GO111MODULE=on go mod tidy
```
2019-04-15 13:39:47 -07:00

6 lines
231 B
Go

// 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