Skip to content

Commit 61281ba

Browse files
Update Terraform terraform-aws-modules/eks/aws to v20.37.2
1 parent 1bb401e commit 61281ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/main.tf

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

6666
module "eks" {
6767
source = "terraform-aws-modules/eks/aws"
68-
version = "20.37.1"
68+
version = "20.37.2"
6969

7070
cluster_name = var.cluster_name
7171
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)