Merge pull request #100 from opentffoundation/opentf-user-facing-internal-instances

Adapt user-facing usages of terraform in `internal/instances`
This commit is contained in:
RLRabinowitz 2023-08-23 13:55:42 +03:00 committed by GitHub
commit a9c2139408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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