Skip to content

Commit

Permalink
fix typo (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjianli authored Jun 28, 2023
1 parent 03ea4d8 commit db7e527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-readwrite.tf
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ resource "kubernetes_deployment" "apiary_hms_readwrite" {
}
env {
name = "LIMIT_PARTITION_REQUEST_NUMBER"
value = var.hms_ro_request_partition_limit == "" ? "" : var.hms_ro_request_partition_limit
value = var.hms_rw_request_partition_limit == "" ? "" : var.hms_rw_request_partition_limit
}
dynamic "env" {
for_each = var.hms_additional_environment_variables
Expand Down

0 comments on commit db7e527

Please sign in to comment.