Skip to content

Commit

Permalink
Update internal/services/network/public_ip_resource_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte authored Nov 5, 2024
1 parent 0f1313e commit 68df18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/network/public_ip_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ resource "azurerm_public_ip" "test" {
sku = "Basic"
domain_name_label = "%s"
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger, fmt.Sprintf("test%s", strings.ToLower(data.RandomStringOfLength(59))))
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger, fmt.Sprintf("test%s", strings.ToLower(data.RandomStringOfLength(59)))) // prepend with test (4+59) to ensure the string starts with a letter
}

func (PublicIPResource) standard_IpTags(data acceptance.TestData) string {
Expand Down

0 comments on commit 68df18d

Please sign in to comment.