|
|
|
|
@ -16,6 +16,11 @@ import (
|
|
|
|
|
version "github.com/hashicorp/go-version"
|
|
|
|
|
svchost "github.com/hashicorp/terraform-svchost"
|
|
|
|
|
"github.com/hashicorp/terraform-svchost/disco"
|
|
|
|
|
"github.com/mitchellh/cli"
|
|
|
|
|
"github.com/mitchellh/colorstring"
|
|
|
|
|
"github.com/zclconf/go-cty/cty"
|
|
|
|
|
"github.com/zclconf/go-cty/cty/gocty"
|
|
|
|
|
|
|
|
|
|
"github.com/hashicorp/terraform/internal/backend"
|
|
|
|
|
"github.com/hashicorp/terraform/internal/configs/configschema"
|
|
|
|
|
"github.com/hashicorp/terraform/internal/plans"
|
|
|
|
|
@ -23,10 +28,6 @@ import (
|
|
|
|
|
"github.com/hashicorp/terraform/internal/terraform"
|
|
|
|
|
"github.com/hashicorp/terraform/internal/tfdiags"
|
|
|
|
|
tfversion "github.com/hashicorp/terraform/version"
|
|
|
|
|
"github.com/mitchellh/cli"
|
|
|
|
|
"github.com/mitchellh/colorstring"
|
|
|
|
|
"github.com/zclconf/go-cty/cty"
|
|
|
|
|
"github.com/zclconf/go-cty/cty/gocty"
|
|
|
|
|
|
|
|
|
|
backendLocal "github.com/hashicorp/terraform/internal/backend/local"
|
|
|
|
|
)
|
|
|
|
|
|