Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
test
/
invalid-module
/
main.tf
blob: 0b62a12f69126df8d59cb88d305b0707b387f619 [
file
] [
log
] [
blame
]
locals
{
my_value
=
"Hello, world!"
}
resource
"test_resource"
"example"
{
value
=
local
.
my_value
}