Sign in
gdch-oss
/
third_party
/
hashicorp
/
terraform-json
/
8ef946ebcb6fe4ae1e67a919d89b5f74ee3d0aee
/
.
/
testdata
/
basic
/
module.tf
blob: 0093efe00067bc97568150344795d6dc31c55811 [
file
] [
log
] [
blame
]
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
module
"foo"
{
source
=
"./foo"
bar
=
"baz"
one
=
"two"
}