Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
invalid-files
/
version-variable.tf
blob: 7c871053dee1328e7f3213a39228bbf25fa78984 [
file
] [
log
] [
blame
]
variable
"module_version"
{
default
=
"v1.0"
}
module
"foo"
{
source
=
"./ff"
version
=
var
.
module_version
}