mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-14 20:00:18 +02: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
@@ -50,7 +50,7 @@ module "vpc" {
|
||||
module "eks" {
|
||||
source = "../.."
|
||||
cluster_name = local.cluster_name
|
||||
cluster_version = "1.17"
|
||||
cluster_version = "1.20"
|
||||
subnets = module.vpc.private_subnets
|
||||
vpc_id = module.vpc.vpc_id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user