mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Rebuild examples (#1625)
This commit is contained in:
committed by
GitHub
parent
54a5f1e42b
commit
99d289988d
@@ -1,6 +0,0 @@
|
||||
variable "instance_types" {
|
||||
description = "Instance types"
|
||||
# Smallest recommended, where ~1.1Gb of 2Gb memory is available for the Kubernetes pods after ‘warming up’ Docker, Kubelet, and OS
|
||||
type = list(string)
|
||||
default = ["t3.small"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user