Skip to content

Commit

Permalink
fix: change variable descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Nov 19, 2024
1 parent e59cfea commit 88d6f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -453,25 +453,25 @@ variable "hms_rw_k8s_pdb_settings" {
}

variable "hms_ecs_metrics_readwrite_namespace" {
description = "ECS readwrite namespace"
description = "ECS readwrite metrics namespace"
type = string
default = "hmsreadwritelegacy"
}

variable "hms_ecs_metrics_readonly_namespace" {
description = "ECS readonly namespace"
description = "ECS readonly metrics namespace"
type = string
default = "hmsreadonlylegacy"
}

variable "hms_k8s_metrics_readwrite_namespace" {
description = "ECS readwrite namespace"
description = "K8s readwrite metrics namespace"
type = string
default = "hms_readwrite"
}

variable "hms_k8s_metrics_readonly_namespace" {
description = "ECS readonly namespace"
description = "K8s readonly metrics namespace"
type = string
default = "hms_readonly"
}
Expand Down

0 comments on commit 88d6f5a

Please sign in to comment.