Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
show-json-state
/
modules
/
bar
/
main.tf
blob: 5d1788a0e811a1f7f64f466caceefe14da06e24f [
file
] [
log
] [
blame
]
variable
"test_var"
{
default
=
"bar-var"
}
output
"test"
{
value
=
var
.
test_var
}
resource
"test_instance"
"test"
{
ami
=
var
.
test_var
}