Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DhrubajyotiSadhu authored Nov 20, 2024
1 parent e25ba40 commit 9f592b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,13 @@ variable "hms_rw_k8s_pdb_settings" {
variable "hms_ecs_metrics_readwrite_namespace" {
description = "ECS readwrite metrics namespace"
type = string
default = "hmsreadwritelegacy"
default = "hms_readwrite_legacy"
}

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

variable "hms_k8s_metrics_readwrite_namespace" {
Expand Down

0 comments on commit 9f592b1

Please sign in to comment.