Skip to content

Commit d3fb7b0

Browse files
chore(deps): update terraform terraform-aws-modules/eks/aws to v20.37.2 (#923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 555a8ca commit d3fb7b0

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
@@ -62,7 +62,7 @@ module "vpc" {
6262

6363
module "eks" {
6464
source = "terraform-aws-modules/eks/aws"
65-
version = "20.37.1"
65+
version = "20.37.2"
6666

6767
cluster_name = var.cluster_name
6868
cluster_version = var.cluster_version

0 commit comments

Comments
 (0)