We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec999c commit ea6f9acCopy full SHA for ea6f9ac
internal/services/instance/action_server_action_test.go
@@ -30,7 +30,7 @@ func TestAccActionServer_Basic(t *testing.T) {
30
{
31
Config: `
32
resource "scaleway_instance_server" "main" {
33
- name = "test-terraform-datasource-private-nic"
+ name = "test-terraform-action-server-basic"
34
type = "DEV1-S"
35
image = "ubuntu_jammy"
36
@@ -52,7 +52,7 @@ func TestAccActionServer_Basic(t *testing.T) {
52
53
54
55
56
57
58
0 commit comments