deps: update Terraform dependencies (#3665)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-28 09:38:28 +01:00 committed by GitHub
parent e95c60c3fc
commit 60604fdc5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 496 additions and 523 deletions

View file

@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "4.20.0"
version = "4.21.0"
}
random = {
source = "hashicorp/random"
version = "3.6.3"
version = "3.7.1"
}
}
}