Skip to content

Commit

Permalink
[DOP-2135] Increase cluster module version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl committed Nov 5, 2024
1 parent b67c53d commit 3a7993b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ module "cluster" {
aws_account_name = var.aws_account
oidc_enabled = false
source = "app.terraform.io/indico/indico-aws-eks-cluster/mod"
version = "8.2.2"
version = "8.2.3"
label = var.label
additional_tags = var.additional_tags
region = var.region
Expand Down

0 comments on commit 3a7993b

Please sign in to comment.