diff --git a/versions.tf b/versions.tf index 0f3e361..b0334b6 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.52.0" + version = "~> 4.53.0" } random = { source = "hashicorp/random"