mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 08:32:19 -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
|
// This is related to but separate from ModuleCallOutput, which represents
|
||||||
// a module output from the perspective of its parent module. Outputs are
|
// 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.
|
// will be referencing ModuleCallOutput.
|
||||||
type OutputValue struct {
|
type OutputValue struct {
|
||||||
referenceable
|
referenceable
|
||||||
|
@ -352,7 +352,7 @@ func (pc AbsProviderConfig) providerConfig() {}
|
|||||||
// other than the root module. Even if a valid address is returned, inheritence
|
// 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
|
// may not be performed for other reasons, such as if the calling module
|
||||||
// provided explicit provider configurations within the call for this 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
|
// authoritative logic for provider inheritance, and this method is here mainly
|
||||||
// just for its benefit.
|
// just for its benefit.
|
||||||
func (pc AbsProviderConfig) Inherited() (AbsProviderConfig, bool) {
|
func (pc AbsProviderConfig) Inherited() (AbsProviderConfig, bool) {
|
||||||
|
Loading…
Reference in New Issue
Block a user