ExamGecko
Question list
Search
Search

Question 40 - Terraform Associate 003 discussion

Report
Export

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

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: B

Explanation:

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

asked 18/09/2024
Pooja Pendyala
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first