|
|
|
|
|
by 878654Tom
591 days ago
|
|
Same, locals are in my head like consts. You define it and it stays that way. A shortcut for a repeated value. Data resources are you requesting a dynamic value of your environment. Variables are dynamic values that a user can change. |
|
Especially if the locals vary between prod and pre-prod, and worse if dev sandboxes end up with per-user instances, which for us was mercifully only needed for people working on the TF scripts, so we could run our tests locally.