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" }