Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
validate-targeted
/
main.tf
blob: a1e847d9a0e4a2e3745bbcf4b38e36a7e7df1dfc [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
num
=
"2"
provisioner
"shell"
{}
}
resource
"aws_instance"
"bar"
{
foo
=
"bar"
provisioner
"shell"
{}
}