Skip to main content
outputs.tf219 B
View on GitHub
output "environment" {
value = var.environment
}

output "kubectl_version" {
value = var.kubectl_version
}

output "redis_image" {
value = var.redis_image
}

output "ci_action_ref" {
value = var.ci_action_ref
}