more renames

This commit is contained in:
Elbaz 2023-08-21 14:50:20 +03:00
parent 88100e3d39
commit 985e81a1d0
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ import (
//
// This is related to but separate from ModuleCallOutput, which represents
// a module output from the perspective of its parent module. Outputs are
// referencable from the testing scope, in general terraform operation users
// referencable from the testing scope, in general opentf operation users
// will be referencing ModuleCallOutput.
type OutputValue struct {
referenceable

View File

@ -352,7 +352,7 @@ func (pc AbsProviderConfig) providerConfig() {}
// other than the root module. Even if a valid address is returned, inheritence
// may not be performed for other reasons, such as if the calling module
// provided explicit provider configurations within the call for this module.
// The ProviderTransformer graph transform in the main terraform module has the
// The ProviderTransformer graph transform in the main opentf module has the
// authoritative logic for provider inheritance, and this method is here mainly
// just for its benefit.
func (pc AbsProviderConfig) Inherited() (AbsProviderConfig, bool) {