diff --git a/internal/terraform/context.go b/internal/terraform/context.go index 115f62276c..18b3f4b37b 100644 --- a/internal/terraform/context.go +++ b/internal/terraform/context.go @@ -15,8 +15,6 @@ import ( "github.com/hashicorp/terraform/internal/states" "github.com/hashicorp/terraform/internal/tfdiags" "github.com/zclconf/go-cty/cty" - - _ "github.com/hashicorp/terraform/internal/logging" ) // InputMode defines what sort of input will be asked for when Input