Skip to content

Commit

Permalink
acctests - rename RGs so the Dalek will clean these up (#23037)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored Aug 22, 2023
1 parent fe7093c commit adead5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "amtestRG-%[1]d"
name = "accTestRG-%[1]d"
location = "%[2]s"
}
Expand Down Expand Up @@ -177,7 +177,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "amtestRG-%d"
name = "accTestRG-%d"
location = "%s"
}
Expand All @@ -204,7 +204,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "amtestRG-%d"
name = "accTestRG-%d"
location = "%s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "amtestRG-%d"
name = "accTestRG-%d"
location = "%s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ provider "azurerm" {
}
resource "azurerm_resource_group" "test" {
name = "amtestRG-%d"
name = "accTestRG-%d"
location = "%s"
}
Expand Down

0 comments on commit adead5d

Please sign in to comment.