Skip to content

Commit

Permalink
fix: change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
JianLi-Expedia committed Nov 19, 2024
1 parent 3b05c7c commit eea9763
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_readwrite_namespace" {
description = "ECS readwrite namespace"
type = string
default = "hms_readwrite"
default = "hms_readwrite_legacy"
}

variable "hms_readonly_namespace" {
description = "ECS readonly namespace"
type = string
default = "hms_readonly"
default = "hms_readonly_legacy"
}


Expand Down

0 comments on commit eea9763

Please sign in to comment.