mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
docs: Change instance type from t2 to t3 in examples (#1169)
This commit is contained in:
@@ -65,7 +65,7 @@ module "eks" {
|
||||
worker_groups = [
|
||||
{
|
||||
name = "worker-group-1"
|
||||
instance_type = "t2.medium"
|
||||
instance_type = "t3.medium"
|
||||
asg_desired_capacity = 1
|
||||
tags = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user