mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-30 12:24:34 +02:00
docs: Change instance type from t2 to t3 in examples (#1169)
This commit is contained in:
@@ -122,7 +122,7 @@ module "eks" {
|
||||
# worker_groups_launch_template = [
|
||||
# {
|
||||
# name = "worker-group-1"
|
||||
# instance_type = "t2.small"
|
||||
# instance_type = "t3.small"
|
||||
# asg_desired_capacity = 2
|
||||
# public_ip = true
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user