Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
stacks
/
stackruntime
/
testdata
/
mainbundle
/
test
/
invalid-configuration
/
invalid-configuration.tf
blob: 71bc6818db100b5b2016778ad721e010ccf9a2e2 [
file
] [
log
] [
blame
]
terraform
{
required_providers
{
testing
=
{
source
=
"hashicorp/testing"
version
=
"0.1.0"
}
}
}
resource
"testing_resource"
"data"
{
invalid
=
"this should fail validation"
}