deps: update Terraform dependencies (#3716)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-27 21:34:15 +01:00 committed by GitHub
parent 5a1b7b7944
commit 4dab6759bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 340 additions and 316 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.21.0"
version = "4.24.0"
}
random = {
source = "hashicorp/random"