outputs.tf219 B
View on GitHuboutput "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
}
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
}