mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-23 01:49:06 +01: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