diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf
index 4c6c6e2..1b071ed 100644
--- a/infrastructure/provider.tf
+++ b/infrastructure/provider.tf
@@ -4,7 +4,7 @@ terraform {
   required_providers {
     azurerm = {
       source  = "hashicorp/azurerm"
-      version = "3.82.0"
+      version = "3.104.2"
     }
   }
 }