Sign in
gdch-oss
/
third_party
/
hashicorp
/
terraform-json
/
1985ec492e2dbd4c168ef9c7e985b6cbe3d9fb1e
/
.
/
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
}
}