From d581f0a7275c61ce955d8ed9371019ffd42a0c90 Mon Sep 17 00:00:00 2001 From: Maciej Michalski <5445923+spy86@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:32:58 +0100 Subject: [PATCH 1/2] Update main.tf --- examples/application_insights/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/application_insights/main.tf b/examples/application_insights/main.tf index 0afdbcc..50d4711 100644 --- a/examples/application_insights/main.tf +++ b/examples/application_insights/main.tf @@ -7,7 +7,7 @@ module "application_insight" { version = "1.0.0" application_insights_name = "dd5ce8a0" log_analytics_workspace_name = "bf308ab897c3" - resource_group_name = "dev-test-weyu-rg" + resource_group_name = "dev-test-weu-rg" resource_group_location = "West Europe" application_insights_type = "web" environment = "dev" From bd06809268d67cb8383ab55c9f500e7be77d93b2 Mon Sep 17 00:00:00 2001 From: Maciej Michalski <5445923+spy86@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:33:26 +0100 Subject: [PATCH 2/2] Update README.md --- examples/application_insights/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/application_insights/README.md b/examples/application_insights/README.md index 1d364e4..f8da3c8 100644 --- a/examples/application_insights/README.md +++ b/examples/application_insights/README.md @@ -16,7 +16,7 @@ module "application_insight" { version = "1.0.0" application_insights_name = "dd5ce8a0" log_analytics_workspace_name = "bf308ab897c3" - resource_group_name = "dev-test-weyu-rg" + resource_group_name = "dev-test-weu-rg" resource_group_location = "West Europe" application_insights_type = "web" environment = "dev"