Skip to content

Commit a663031

Browse files
chore(deps): update terraform github.com/terraform-aws-modules/terraform-aws-eks to v20
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 236c13c commit a663031

File tree

1 file changed

+1
-1
lines changed
  • terraform/aws/modules/cluster

1 file changed

+1
-1
lines changed

terraform/aws/modules/cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ locals {
1818
}
1919

2020
module "eks" {
21-
source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks?ref=v18.2.0"
21+
source = "git::https://github.com/terraform-aws-modules/terraform-aws-eks?ref=v20.31.0"
2222

2323
cluster_name = local.name
2424
cluster_version = local.cluster_version

0 commit comments

Comments
 (0)