diff --git a/terraform-infrastructure/provider.tf b/terraform-infrastructure/provider.tf index f3aa055..3031af4 100644 --- a/terraform-infrastructure/provider.tf +++ b/terraform-infrastructure/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.116" + version = "~> 4.71" } azapi = { source = "azure/azapi"