variable "a" {} variable "b" { default = "test" } output "ov1" { value = "${var.a}" } output "ov2" { value = "${var.b}" }