Skip to main content
outputs.tf121 B
View on GitHub
output "deployment" {
description = "Workflow demo deployment label."
value = "${var.app_name}-${var.stage}"
}

Related Documentation