From a019c374d5b5e10024244149e3e72092739a0da5 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Tue, 24 Sep 2024 12:47:23 +0100 Subject: [PATCH] Remove redundant resource provider (#41) --- modules/azure/variables.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/azure/variables.tf b/modules/azure/variables.tf index bf59cfc..883439a 100644 --- a/modules/azure/variables.tf +++ b/modules/azure/variables.tf @@ -147,8 +147,7 @@ variable "resource_providers" { "Microsoft.Security", "Microsoft.SecurityInsights", "Microsoft.Storage", - "Microsoft.StreamAnalytics", - "Microsoft.TimeSeriesInsights" + "Microsoft.StreamAnalytics" ] }