diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 87b1b96be..024a84411 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.0" + version = "~> 4.0" } } }