Skip to content

Commit

Permalink
update variables.tf desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Sep 26, 2023
1 parent 1272422 commit 4b7256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ variable "default_nodepool_metadata_http_put_response_hop_limit" {
}

variable "enable_multi_zone" {
description = "Should be true to deploy EKS in multiple availability zones."
description = "Set to true to deploy EKS Node Pools in multiple availability zones."
type = bool
default = false
}
Expand Down

0 comments on commit 4b7256b

Please sign in to comment.