remove unused field and extra assignment

This commit is contained in:
James Bardin 2022-06-23 11:47:01 -04:00
parent c43df009db
commit 142ce15ed6
2 changed files with 0 additions and 5 deletions

View File

@ -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,
}

View File

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