terraform: Make output more machine-like
This commit is contained in:
parent
63453f3f1a
commit
9bb26f7695
|
@ -572,7 +572,7 @@ func (c *walkContext) inputWalkFn() depgraph.WalkFunc {
|
|||
// Wrap the input into a namespace
|
||||
input := &PrefixUIInput{
|
||||
IdPrefix: fmt.Sprintf("provider.%s", rn.ID),
|
||||
QueryPrefix: fmt.Sprintf("Provider %s", rn.ID),
|
||||
QueryPrefix: fmt.Sprintf("provider.%s.", rn.ID),
|
||||
UIInput: c.Context.uiInput,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue