From 411c80d283a0f1a9c80ac1f3868fc889c22c438f Mon Sep 17 00:00:00 2001 From: Tanchwa <89235018+Tanchwa@users.noreply.github.com> Date: Tue, 28 May 2024 05:16:51 -0400 Subject: [PATCH] Update main.tf --- Terraform/Azure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform/Azure/main.tf b/Terraform/Azure/main.tf index dbd1242..560c6cc 100644 --- a/Terraform/Azure/main.tf +++ b/Terraform/Azure/main.tf @@ -3,7 +3,7 @@ resource "azurerm_resource_group" "main" { location = "East US" } - +## Test resource "azurerm_resource_group" "secondary" { name = "tanchwa-test-eus2" location = "East US 2"