mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-12 10:49:54 +02:00
docs: Change instance type from t2 to t3 in examples (#1169)
This commit is contained in:
@@ -103,7 +103,7 @@ module "eks" {
|
||||
worker_groups = [
|
||||
{
|
||||
name = "worker-group-1"
|
||||
instance_type = "t2.small"
|
||||
instance_type = "t3.small"
|
||||
additional_userdata = "echo foo bar"
|
||||
asg_desired_capacity = 2
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user