diff --git a/infrastructure/providers.tf b/infrastructure/providers.tf index 4125fbb79f..4d366f8c3f 100644 --- a/infrastructure/providers.tf +++ b/infrastructure/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.9" + version = "4.10" } random = { source = "hashicorp/random"