From 32e167c179de3f33f028c0458b566eecfde6329d Mon Sep 17 00:00:00 2001 From: neil-yechenwei Date: Wed, 27 Dec 2023 09:17:40 +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 0083558d..8b3889a1 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" "my_rg" { +resource "azurerm_resource_group" "myrg" { name = var.var1 location = "westeurope" }