Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
validate-invalid
/
missing_defined_var
/
main.tf
blob: b3e122172570dcdcf5226051e4921d8b3e043592 [
file
] [
log
] [
blame
]
resource
"test_instance"
"foo"
{
ami
=
"bar"
network_interface
{
device_index
=
0
description
=
"Main network interface ${var.name}"
}
}
variable
"name"
{}