mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
remove unused field and extra assignment
This commit is contained in:
parent
c43df009db
commit
142ce15ed6
@ -62,7 +62,6 @@ func (c *Context) Import(config *configs.Config, prevRunState *states.State, opt
|
||||
State: state,
|
||||
RootVariableValues: variables,
|
||||
Plugins: c.plugins,
|
||||
skipRefresh: true,
|
||||
Operation: walkImport,
|
||||
}
|
||||
|
||||
|
@ -54,10 +54,6 @@ type PlanGraphBuilder struct {
|
||||
// where we _only_ do the refresh step.)
|
||||
skipPlanChanges bool
|
||||
|
||||
// CustomConcrete can be set to customize the node types created
|
||||
// for various parts of the plan. This is useful in order to customize
|
||||
// the plan behavior.
|
||||
CustomConcrete bool
|
||||
ConcreteProvider ConcreteProviderNodeFunc
|
||||
ConcreteResource ConcreteResourceNodeFunc
|
||||
ConcreteResourceInstance ConcreteResourceInstanceNodeFunc
|
||||
|
Loading…
Reference in New Issue
Block a user