mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
Update comment in internal/instances to OpenTF
This commit is contained in:
parent
36b43c7c28
commit
7ab25e5cc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user