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