Skip to content

Commit 142ce15

Browse files
committed
remove unused field and extra assignment
1 parent c43df00 commit 142ce15

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

internal/terraform/context_import.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func (c *Context) Import(config *configs.Config, prevRunState *states.State, opt
6262
State: state,
6363
RootVariableValues: variables,
6464
Plugins: c.plugins,
65-
skipRefresh: true,
6665
Operation: walkImport,
6766
}
6867

internal/terraform/graph_builder_plan.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ type PlanGraphBuilder struct {
5454
// where we _only_ do the refresh step.)
5555
skipPlanChanges bool
5656

57-
// CustomConcrete can be set to customize the node types created
58-
// for various parts of the plan. This is useful in order to customize
59-
// the plan behavior.
60-
CustomConcrete bool
6157
ConcreteProvider ConcreteProviderNodeFunc
6258
ConcreteResource ConcreteResourceNodeFunc
6359
ConcreteResourceInstance ConcreteResourceInstanceNodeFunc

0 commit comments

Comments
 (0)