You can reference a resource created with for_each using a Splat ( *) expression.

You can reference a resource created with for_each using a Splat ( *) expression.
A . True
B . False

Answer: B

Explanation:

You cannot reference a resource created with for_each using a splat (*) expression, as it will not work with resources that have non-numeric keys. You need to use a for expression instead to iterate over the resource instances.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments