diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 35d7fc0f4f5..75bb36a7b94 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.116.0" + version = "~> 4.10.0" } } }