Sign in
third-party-mirror
/
terraform
/
ac80cb5598bbf5c492440f8a92ba93de6ad8f2d3
/
.
/
v1.13.3
/
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"
]
}