Sign in
gdch-oss
/
third_party
/
hashicorp
/
terraform-json
/
8ef946ebcb6fe4ae1e67a919d89b5f74ee3d0aee
/
.
/
testdata
/
basic
/
variables.tf
blob: 3aaf37738f2d93e9270675d0b26bede308135c58 [
file
] [
log
] [
blame
]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
variable
"foo"
{
description
=
"foobar"
default
=
"bar"
}
variable
"number"
{
default
=
42
}
variable
"map"
{
default
=
{
foo
=
"bar"
number
=
42
}
}