Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
plan-module-wrong-var-type
/
main.tf
blob: 5a39cd5d5aebefe4aa28334f6210fc0821de9910 [
file
] [
log
] [
blame
]
variable
"input"
{
type
=
string
default
=
"hello world"
}
module
"test"
{
source
=
"./inner"
map_in
=
var
.
input
}