Skip to content

Commit

Permalink
Switching to the standard acctest prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jan 26, 2018
1 parent d356e56 commit b82e64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_loadbalancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ resource "azurerm_resource_group" "test" {
}
resource "azurerm_lb" "test" {
name = "arm-test-loadbalancer-%d"
name = "acctest-loadbalancer-%d"
location = "${azurerm_resource_group.test.location}"
resource_group_name = "${azurerm_resource_group.test.name}"
sku = "Standard"
Expand Down

0 comments on commit b82e64f

Please sign in to comment.