From cb3d6100e0a5aebd7cf1b40a64fee8e2918b1155 Mon Sep 17 00:00:00 2001 From: neil-yechenwei Date: Wed, 27 Dec 2023 09:42:23 +0800 Subject: [PATCH] update code --- quickstart/template/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/template/main.tf b/quickstart/template/main.tf index 8b3889a1..0083558d 100644 --- a/quickstart/template/main.tf +++ b/quickstart/template/main.tf @@ -1,7 +1,7 @@ # This file should include references to data sources, resources, and modules # required to manage the desired Azure infrastructure. -resource "azurerm_resource_group" "myrg" { +resource "azurerm_resource_group" "my_rg" { name = var.var1 location = "westeurope" }