Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
invalid-modules
/
override-variable-causes-bad-default
/
base.tf
blob: f2d572ebeec0527968525ac07f5d4225ddf853bc [
file
] [
log
] [
blame
]
variable
"foo"
{
type
=
list
(
string
)
default
=
[
"this is valid"
]
}