Sign in
gdch-oss
/
third_party
/
hashicorp
/
terraform-json
/
f2686e92e3f9d4ca22c83a52b5fccc498c4bf69c
/
.
/
testdata
/
basic
/
variables.tf
blob: 3964e7ac3776cebe8c70cb447fe0bd142d2bba09 [
file
] [
log
] [
blame
]
variable
"foo"
{
description
=
"foobar"
default
=
"bar"
}
variable
"number"
{
default
=
42
}
variable
"map"
{
default
=
{
foo
=
"bar"
number
=
42
}
}