diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 0c2ea86ac..4bbebe09e 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.12.0" + version = "4.13.0" } } }