mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 09:38:33 +01:00
feat: Search for Windows or Linux AMIs only if they are needed (#1371)
This commit is contained in:
committed by
GitHub
parent
a2761ad685
commit
06e9078bf4
@@ -56,7 +56,7 @@ module "vpc" {
|
||||
module "eks" {
|
||||
source = "../.."
|
||||
cluster_name = local.cluster_name
|
||||
cluster_version = "1.17"
|
||||
cluster_version = "1.20"
|
||||
subnets = module.vpc.private_subnets
|
||||
|
||||
tags = {
|
||||
|
||||
Reference in New Issue
Block a user