Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
validate-invalid
/
main.tf
blob: b1d63348a66f5b700ea514f073b085076351c556 [
file
] [
log
] [
blame
]
resorce
"test_instance"
"foo"
{
# Intentional typo to test error reporting
ami
=
"bar"
network_interface
{
device_index
=
0
description
=
"Main network interface"
}
}