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 8ade1ae commit 6d9a5f4Copy full SHA for 6d9a5f4
scaleway/resource_instance_volume.go
@@ -54,15 +54,15 @@ func resourceScalewayInstanceVolume() *schema.Resource {
54
Optional: true,
55
ForceNew: true,
56
Description: "Create a copy of an existing volume",
57
- ValidateFunc: validationUUID(),
+ ValidateFunc: validationUUIDorUUIDWithLocality(),
58
ConflictsWith: []string{"from_snapshot_id", "size_in_gb"},
59
},
60
"from_snapshot_id": {
61
Type: schema.TypeString,
62
63
64
Description: "Create a volume based on a image",
65
66
ConflictsWith: []string{"from_volume_id", "size_in_gb"},
67
68
"server_id": {
0 commit comments