Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
error-files
/
variable_type_quoted.tf
blob: 2292ce1549eb803aaf038ead20df2936b71bd387 [
file
] [
log
] [
blame
]
variable
"bad_string"
{
type
=
"string"
# ERROR: Invalid quoted type constraints
}
variable
"bad_map"
{
type
=
"map"
# ERROR: Invalid quoted type constraints
}
variable
"bad_list"
{
type
=
"list"
# ERROR: Invalid quoted type constraints
}