blob: 6426f2b9e3c9776ba4ef98edafa919d9735409f7 [file] [log] [blame]
output "out" {
value = "module-output-${plantimestamp()}"
}
variable "value" {
type = string
}
output "input" {
value = var.value
}