Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
internal
/
command
/
testdata
/
init-syntax-invalid-backend-attribute-invalid
/
main.tf
blob: 8e50cf0b0ed30afe5ad7bb2be2bdca3428772fab [
file
] [
log
] [
blame
]
terraform
{
backend
"local"
{
path
=
$invalid
}
}
variable
"input"
{
type
=
string
}