The for_each Meta-Argument - Configuration Language | Terraform | HashiCorp Developer - 0 views
-
A given resource or module block cannot use both count and for_each
-
The for_each meta-argument accepts a map or a set of strings, and creates an instance for each item in that map or set
-
each.key — The map key (or set member) corresponding to this instance.
- ...10 more annotations...