From 7ab25e5cc2912fd598690762312c9cedf7456631 Mon Sep 17 00:00:00 2001 From: RLRabinowitz Date: Wed, 23 Aug 2023 10:28:53 +0300 Subject: [PATCH] Update comment in internal/instances to OpenTF --- internal/instances/expander.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/instances/expander.go b/internal/instances/expander.go index 99cea18fac..2f711037e7 100644 --- a/internal/instances/expander.go +++ b/internal/instances/expander.go @@ -16,7 +16,7 @@ import ( // repetition values (count and for_each in configuration) and then later // making use of them to fully enumerate all of the instances of an object. // -// The two repeatable object types in Terraform are modules and resources. +// The two repeatable object types in OpenTF are modules and resources. // Because resources belong to modules and modules can nest inside other // modules, module expansion in particular has a recursive effect that can // cause deep objects to expand exponentially. Expander assumes that all