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 c37539d commit 06b5c56Copy full SHA for 06b5c56
internal/services/applesilicon/server_test.go
@@ -26,6 +26,7 @@ func TestAccServer_Basic(t *testing.T) {
26
name = "TestAccServerBasic"
27
type = "M4-M"
28
public_bandwidth = 1000000000
29
+ zone="fr-par-3"
30
}
31
`,
32
Check: resource.ComposeTestCheckFunc(
@@ -46,6 +47,7 @@ func TestAccServer_Basic(t *testing.T) {
46
47
48
49
public_bandwidth = 2000000000
50
51
52
53
0 commit comments