terraform: remove unused options for making a plan
This commit is contained in:
parent
51396f02c6
commit
9e41c6335b
|
@ -23,10 +23,6 @@ type PlanOpts struct {
|
||||||
// that are created. Otherwise, it will move towards the desired state
|
// that are created. Otherwise, it will move towards the desired state
|
||||||
// specified in the configuration.
|
// specified in the configuration.
|
||||||
Destroy bool
|
Destroy bool
|
||||||
|
|
||||||
Config *config.Config
|
|
||||||
State *State
|
|
||||||
Vars map[string]string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Plan represents a single Terraform execution plan, which contains
|
// Plan represents a single Terraform execution plan, which contains
|
||||||
|
|
Loading…
Reference in New Issue