mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Replace internal/terraform -> internal/opentf
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"github.com/placeholderplaceholderplaceholder/opentf/internal/configs/configschema"
|
||||
"github.com/placeholderplaceholderplaceholder/opentf/internal/initwd"
|
||||
"github.com/placeholderplaceholderplaceholder/opentf/internal/registry"
|
||||
"github.com/placeholderplaceholderplaceholder/opentf/internal/terraform"
|
||||
"github.com/placeholderplaceholderplaceholder/opentf/internal/opentf"
|
||||
"github.com/placeholderplaceholderplaceholder/opentf/internal/tfdiags"
|
||||
)
|
||||
|
||||
@@ -282,7 +282,7 @@ func (m *Meta) inputForSchema(given cty.Value, schema *configschema.Block) (cty.
|
||||
attrS := schema.Attributes[name]
|
||||
|
||||
for {
|
||||
strVal, err := input.Input(context.Background(), &terraform.InputOpts{
|
||||
strVal, err := input.Input(context.Background(), &opentf.InputOpts{
|
||||
Id: name,
|
||||
Query: name,
|
||||
Description: attrS.Description,
|
||||
|
||||
Reference in New Issue
Block a user