You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(file): add support v1beta1
Create, Read and Update function
Delete Methode
add tests
fix date issue and register cassettes
test: add validation for filesystem size granularity
fix: convertion
fix(instance): update schema filesystem
test(instance): add test attach filesystem
feat(instance): delete and update filesystem
chore: master sdk-go
go mod tidy
update doc and tests
@@ -227,6 +257,9 @@ attached to the server. Updates to this field will trigger a stop/start of the s
227
257
228
258
~> **Important:** If this field contains local volumes, you have to first detach them, in one apply, and then delete the volume in another apply.
229
259
260
+
-`filesystem` - (Optional) List of filesystems attached to the server.
261
+
-`filesystem_id` - (Optional) The unique ID of the filesystem attached to the server.
262
+
230
263
-`enable_ipv6` - (Defaults to `false`) Determines if IPv6 is enabled for the server.
231
264
Deprecated: Please use a scaleway_instance_ip with a `routed_ipv6` type.
232
265
@@ -288,6 +321,7 @@ In addition to all arguments above, the following attributes are exported:
288
321
-`placement_group_policy_respected` - (Deprecated) Always false, use [instance_placement_group ressource](instance_placement_group.md) to known when the placement group policy is respected.
289
322
-`root_volume`
290
323
-`volume_id` - The volume ID of the root volume of the server.
324
+
-`filesystem` - (Computed) The current status of the filesystem (e.g., attached, detached).
291
325
-`private_ip` - The Scaleway internal IP address of the server (Deprecated use [ipam_ip datasource](../data-sources/ipam_ip.md#instance-private-network-ip) instead).
292
326
-`public_ip` - The public IP address of the server (Deprecated use `public_ips` instead).
293
327
-`public_ips` - The list of public IPs of the server.
0 commit comments