Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
terraform
/
testdata
/
validate-bad-prov-conf
/
main.tf
blob: af12124b3fa7e4e61f5ea237026ceb29382a9f0f [
file
] [
log
] [
blame
]
provider
"aws"
{
foo
=
"bar"
}
resource
"aws_instance"
"test"
{
provisioner
"shell"
{
test_string
=
"foo"
}
}