Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
validate-bad-resource-connection
/
main.tf
blob: 46a16717591ca8237a65f7ce2d9a001b804fac4a [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
connection
{
user
=
"test"
}
provisioner
"shell"
{
test_string
=
"test"
}
}