mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 15:40:07 -06:00
more renames
This commit is contained in:
parent
88100e3d39
commit
985e81a1d0
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user