Skip to content

Commit

Permalink
revert change to quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2024
1 parent bf3a41c commit 41514f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quickstart/101-aci-linuxcontainer-public-ip/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ resource "random_pet" "rg_name" {
prefix = var.resource_group_name_prefix
}


resource "azurerm_resource_group" "rg" {
name = random_pet.rg_name.id
location = var.resource_group_location
Expand Down

0 comments on commit 41514f4

Please sign in to comment.