diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 33083c4..98ca327 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.9.0" + version = "4.10.0" } } }