Skip to content

Commit 30d81df

Browse files
committed
wip
1 parent 168ad66 commit 30d81df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module "vpc" {
5353

5454
module "cluster" {
5555
source = "terraform-aws-modules/eks/aws"
56-
version = "v14.0.0"
56+
version = "v13.2.1"
5757

5858
vpc_id = module.vpc.vpc_id
5959
subnets = module.vpc.subnets

0 commit comments

Comments
 (0)