mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 20:52:58 -06:00
17 lines
192 B
HCL
17 lines
192 B
HCL
|
|
locals {
|
|
# This block intentionally left blank
|
|
}
|
|
|
|
locals {
|
|
foo = "foo"
|
|
bar = true
|
|
}
|
|
|
|
locals {
|
|
baz = "oink"
|
|
dunno = "🤷"
|
|
rowing = "🚣♀️"
|
|
π = 3.14159265359
|
|
}
|