Demonstrate how to use a local
Answer
if we defined something like this
locals {
x = 2
}
then to use it, you have to use something like this: local.x
if we defined something like this
locals {
x = 2
}
then to use it, you have to use something like this: local.x