Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Dec 27, 2023
1 parent bad50a0 commit 4906b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/template/main.tf
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 4906b07

Please sign in to comment.