In terraform, what are local values/variables used for (i.e. what is their purpose)?
Answer
If you have a value that repeats all over the configs (i.e. *.tf files) and you want to be able to easily change it in one place, you create local values/variables (via the locals block).
Question
In terraform, what are local values/variables used for (i.e. what is their purpose)?
Answer
?
Question
In terraform, what are local values/variables used for (i.e. what is their purpose)?
Answer
If you have a value that repeats all over the configs (i.e. *.tf files) and you want to be able to easily change it in one place, you create local values/variables (via the locals block).
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.