Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
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"
}
}