Skip to content

Commit

Permalink
fix(readme): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirco Santori committed Sep 10, 2024
1 parent d78fe23 commit 572b3a9
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 @@ -28,7 +28,7 @@ variable "eks_subnets" {

variable "capacity_type" {
description = "Define the EKS capacity type (ON_DEMAND, SPOT)"
type = list(any)
type = string
validation {
condition = contains(["ON_DEMAND", "SPOT"], var.capacity_type)
error_message = "Capacity_type must be either be 'ON_DEMAND' or 'SPOT'"
Expand Down

0 comments on commit 572b3a9

Please sign in to comment.