Skip to content

Commit

Permalink
Update Terraform random to v3.6.2
Browse files Browse the repository at this point in the history
renovate[bot] committed May 22, 2024
1 parent 64024f2 commit 11fb10d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/terraform/azure/aks/versions.tf
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.1"
version = "3.6.2"
}
}
}
2 changes: 1 addition & 1 deletion components/terraform/azure/tfstate-backend/versions.tf
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "3.6.1"
version = "3.6.2"
}
}
}

0 comments on commit 11fb10d

Please sign in to comment.