Skip to content

Commit

Permalink
output description refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Nov 21, 2024
1 parent 81d7166 commit 08b7f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Cluster
################################################################################
output "use_existing_cluster" {
description = "Flag to check if you are using an alreday existing cluster"
description = "Flag to check if you are using an already existing cluster"
value = var.use_existing_cluster
}

Expand Down

0 comments on commit 08b7f1a

Please sign in to comment.