Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
George Scott authored Dec 7, 2023
1 parent a35545a commit ff2930f
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 @@ -279,7 +279,7 @@ variable "kubernetes_map_users" {
variable "kubernetes_instance_types" {
description = "EC2 Instance type for primary node group."
type = list(string)
default = ["m7a.large"]
default = ["m5.large"]
}

variable "eks_policy_arns" {
Expand Down

0 comments on commit ff2930f

Please sign in to comment.