Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Jan 12, 2023
1 parent 102c1ad commit 9b76355
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "azurerm_resource_group" "test" {
}
resource "azurerm_lab_service_lab" "test" {
name = "acctest-lab-%d"
name = "acctest-labservice-%s"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
title = "Test Title"
Expand Down

0 comments on commit 9b76355

Please sign in to comment.