kiteco-public/airflow/terraform/outputs.tf
2021-12-31 23:54:19 -08:00

5 lines
87 B
HCL

output "tag" {
value = var.tag
description = "The currently-deployed tag."
}