Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Sep 12, 2024
1 parent d95d297 commit 489ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/101-aci-linuxcontainer-public-ip/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "random_pet" "rg_name" {
prefix = var.resource_group_name_prefix
}

# trigger ci

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

0 comments on commit 489ecb8

Please sign in to comment.