Skip to content

Commit 6bb56ba

Browse files
committed
update server names
1 parent b488ed2 commit 6bb56ba

File tree

2 files changed

+986
-1135
lines changed

2 files changed

+986
-1135
lines changed

internal/services/instance/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ func TestAccServer_WithPlacementGroup(t *testing.T) {
702702
703703
resource "scaleway_instance_server" "base" {
704704
count = 3
705-
name = "tf-tests-with-placement-group-${count.index}"
705+
name = "tf-tests-server-${count.index}-with-placement-group"
706706
image = "ubuntu_focal"
707707
type = "PLAY2-PICO"
708708
placement_group_id = "${scaleway_instance_placement_group.ha.id}"

0 commit comments

Comments
 (0)