diff --git a/infrastructure/providers.tf b/infrastructure/providers.tf index 47dbb041be..e6b6a9d2e0 100644 --- a/infrastructure/providers.tf +++ b/infrastructure/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.13" + version = "4.14" } random = { source = "hashicorp/random"