mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Rename opentf package to tofu (#466)
This commit is contained in:
@@ -14,12 +14,12 @@ import (
|
||||
"github.com/opentofu/opentofu/internal/command/arguments"
|
||||
"github.com/opentofu/opentofu/internal/configs/configschema"
|
||||
"github.com/opentofu/opentofu/internal/initwd"
|
||||
"github.com/opentofu/opentofu/internal/opentf"
|
||||
"github.com/opentofu/opentofu/internal/plans"
|
||||
"github.com/opentofu/opentofu/internal/providers"
|
||||
"github.com/opentofu/opentofu/internal/states"
|
||||
"github.com/opentofu/opentofu/internal/states/statefile"
|
||||
"github.com/opentofu/opentofu/internal/terminal"
|
||||
"github.com/opentofu/opentofu/internal/tofu"
|
||||
|
||||
"github.com/zclconf/go-cty/cty"
|
||||
)
|
||||
@@ -34,7 +34,7 @@ func TestShowHuman(t *testing.T) {
|
||||
plan *plans.Plan
|
||||
jsonPlan *cloudplan.RemotePlanJSON
|
||||
stateFile *statefile.File
|
||||
schemas *opentf.Schemas
|
||||
schemas *tofu.Schemas
|
||||
wantExact bool
|
||||
wantString string
|
||||
}{
|
||||
@@ -179,7 +179,7 @@ func TestShowJSON(t *testing.T) {
|
||||
view.Configure(&arguments.View{NoColor: true})
|
||||
v := NewShow(arguments.ViewJSON, view)
|
||||
|
||||
schemas := &opentf.Schemas{
|
||||
schemas := &tofu.Schemas{
|
||||
Providers: map[addrs.Provider]providers.ProviderSchema{
|
||||
addrs.NewDefaultProvider("test"): {
|
||||
ResourceTypes: map[string]providers.Schema{
|
||||
|
||||
Reference in New Issue
Block a user