Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit a37cbaf

Browse files
chore(deps): update terraform github.com/terraform-aws-modules/terraform-aws-eks to v20
1 parent c63b28a commit a37cbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aws/aws.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "aws_key_pair" "key_pair" {
4646
}
4747

4848
module "eks" {
49-
source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks.git?ref=v6.0.0"
49+
source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks.git?ref=v20.0.1"
5050
cluster_name = "${var.prefix}-${var.kubernetes_cluster_name}-${replace(var.dns_zone_name, ".", "-")}-eks"
5151
subnets = module.vpc.public_subnets
5252
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)