Skip to content

Commit

Permalink
Update azure cluster version (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltellesfl authored Jan 22, 2025
1 parent 0e34852 commit 6493ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ module "cluster" {

source = "app.terraform.io/indico/indico-azure-cluster/mod"
insights_retention_in_days = var.monitor_retention_in_days
version = "4.2.4"
version = "4.2.5"
label = var.label
public_key = tls_private_key.pk.public_key_openssh
region = var.region
Expand Down

0 comments on commit 6493ed5

Please sign in to comment.