//
pkg.gl
Category
github.com/hashicorp/terraform-plugin-sdk
internal
plans
planfile
package
1.17.2
Repository:
https://github.com/hashicorp/terraform-plugin-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
22
Dependents
0
Files
828 SLOC
#
Functions
Create
Create creates a new plan file with the given filename, overwriting any file that might already exist there.
Open
Open creates a Reader for the file at the given filename, or returns an error if the file doesn't seem to be a planfile.
#
Structs
Reader
Reader is the main type used to read plan files.