Skip to content

Commit

Permalink
Feat: 🚀 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent 5abee0d commit 3af9d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ output "keda_repository" {
#----------- CERTICATION-MANAGER ------------------------
output "certification_manager_namespace" {
value = module.certification_manager[*].namespace
description = "The namespace where ertification-manager is deployed."
description = "The namespace where certification-manager is deployed."
}
output "certification_manager_chart_version" {
value = module.certification_manager[*].chart_version
Expand Down

0 comments on commit 3af9d2c

Please sign in to comment.