Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
vars-basic
/
main.tf
blob: af3ba5cc69543b035c005c7e4bc69469c3b82e21 [
file
] [
log
] [
blame
]
variable
"a"
{
default
=
"foo"
type
=
string
}
variable
"b"
{
default
=
[]
type
=
list
(
string
)
}
variable
"c"
{
default
=
{}
type
=
map
(
string
)
}