Skip to content

Commit

Permalink
remove unused field and extra assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardin committed Jun 23, 2022
1 parent c43df00 commit 142ce15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion internal/terraform/context_import.go
Expand Up @@ -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,
}

Expand Down
4 changes: 0 additions & 4 deletions internal/terraform/graph_builder_plan.go
Expand Up @@ -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
Expand Down

0 comments on commit 142ce15

Please sign in to comment.