Skip to content

Commit cfc6a86

Browse files
test(rdb/Volume): Block storage for RDB is in beta only in WaW & AMS (#835)
1 parent 4004d88 commit cfc6a86

File tree

2 files changed

+494
-426
lines changed

2 files changed

+494
-426
lines changed

scaleway/resource_rdb_instance_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ func TestAccScalewayRdbInstance_Volume(t *testing.T) {
168168
disable_backup = true
169169
user_name = "my_initial_user"
170170
password = "thiZ_is_v&ry_s3cret"
171+
region= "nl-ams"
171172
tags = [ "terraform-test", "scaleway_rdb_instance", "volume" ]
172173
}
173174
`,
@@ -186,6 +187,7 @@ func TestAccScalewayRdbInstance_Volume(t *testing.T) {
186187
disable_backup = true
187188
user_name = "my_initial_user"
188189
password = "thiZ_is_v&ry_s3cret"
190+
region= "nl-ams"
189191
tags = [ "terraform-test", "scaleway_rdb_instance", "volume" ]
190192
volume_type = "bssd"
191193
volume_size_in_gb = 10

0 commit comments

Comments
 (0)