Skip to content

Commit

Permalink
Fixed description of cluster_name.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 12, 2023
1 parent bae3a13 commit 4d8d09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "profile" {
}

variable "cluster_name" {
description = "The name of the cluster into which istio will be installed."
description = "The name of the cluster into which prometheus will be installed."
type = string
}

Expand Down

0 comments on commit 4d8d09d

Please sign in to comment.