Skip to content

Commit 6855bab

Browse files
committed
fix
1 parent 0861cec commit 6855bab

File tree

2 files changed

+1
-1513
lines changed

2 files changed

+1
-1513
lines changed

internal/services/instance/action_server_action_test.go

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,10 @@ func TestAccActionServer_UnknownVerb(t *testing.T) {
5454
Steps: []resource.TestStep{
5555
{
5656
Config: `
57-
resource "scaleway_instance_server" "main" {
58-
name = "test-terraform-datasource-private-nic"
59-
type = "DEV1-S"
60-
image = "ubuntu_jammy"
61-
62-
lifecycle {
63-
action_trigger {
64-
events = [after_create]
65-
actions = [action.scaleway_instance_server_action.main]
66-
}
67-
}
68-
}
69-
7057
action "scaleway_instance_server_action" "main" {
7158
config {
7259
action = "unknownVerb"
73-
server_id = scaleway_instance_server.main.id
60+
server_id = "11111111-1111-1111-1111-111111111111"
7461
}
7562
}
7663
`,

0 commit comments

Comments
 (0)