Update comment in internal/instances to OpenTF

This commit is contained in:
RLRabinowitz 2023-08-23 10:28:53 +03:00
parent 36b43c7c28
commit 7ab25e5cc2

View File

@ -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