Skip to content

Commit

Permalink
Removed region variable, not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 12, 2023
1 parent 425bde9 commit bae3a13
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ variable "cluster_name" {
type = string
}

variable "region" {
description = "The region in which the cluster is running."
type = string
}

variable "namespace" {
description = "The namespace to install the prometheus components. Defaults to 'prometheus'"
type = string
Expand Down

0 comments on commit bae3a13

Please sign in to comment.