deployments/service_hub_bots/ouputs.tf

5 lines
122 B
HCL

output "image_tag" {
description = "The image tag in use by the deployment"
value = var.service_hub_image_tag
}