From 985e81a1d06bd87da49d6496d71058ec904cf834 Mon Sep 17 00:00:00 2001 From: Elbaz Date: Mon, 21 Aug 2023 14:50:20 +0300 Subject: [PATCH] more renames --- internal/addrs/output_value.go | 2 +- internal/addrs/provider_config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/addrs/output_value.go b/internal/addrs/output_value.go index 751d61e797..56b0f0c063 100644 --- a/internal/addrs/output_value.go +++ b/internal/addrs/output_value.go @@ -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 diff --git a/internal/addrs/provider_config.go b/internal/addrs/provider_config.go index 2c39a4df3d..d5b3b562eb 100644 --- a/internal/addrs/provider_config.go +++ b/internal/addrs/provider_config.go @@ -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) {