blob: 5a39cd5d5aebefe4aa28334f6210fc0821de9910 [file] [log] [blame]
variable "input" {
type = string
default = "hello world"
}
module "test" {
source = "./inner"
map_in = var.input
}