diff --git a/infrastructure/state.tf b/infrastructure/state.tf index b1e050b24..2beea29a5 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.45.0" + version = "~> 4.0" } } }