Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 85a8d2e

Browse files
committed
Updates eks terraform module
Signed-off-by: JoshVanL <[email protected]>
1 parent 3fbe6ed commit 85a8d2e

File tree

1 file changed

+1
-2
lines changed
  • demo/infrastructure/modules/amazon-cluster

1 file changed

+1
-2
lines changed

demo/infrastructure/modules/amazon-cluster/cluster.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ module "vpc" {
8383
}
8484

8585
module "eks" {
86-
#source = "terraform-aws-modules/eks/aws"
87-
source = "[email protected]:terraform-aws-modules/terraform-aws-eks.git?ref=6c3e4ec510f658f53508623a6192df064e7a4786"
86+
source = "terraform-aws-modules/eks/aws"
8887
cluster_name = "${local.cluster_name}"
8988
subnets = "${module.vpc.private_subnets}"
9089

0 commit comments

Comments
 (0)