From bfb7d65dec2a57db48c2e235e7d4de77adb58b25 Mon Sep 17 00:00:00 2001 From: Gustav Kofoed Clausen Date: Wed, 4 Mar 2020 21:17:12 +0100 Subject: [PATCH] List all exported attributes for block storage --- website/docs/r/volume.html.markdown | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/website/docs/r/volume.html.markdown b/website/docs/r/volume.html.markdown index b8d505e5..1ca8c77e 100644 --- a/website/docs/r/volume.html.markdown +++ b/website/docs/r/volume.html.markdown @@ -66,11 +66,18 @@ The following arguments are supported: The following attributes are exported: -* `id` - The unique identifier for the block storage volume. -* `urn`: The uniform resource name for the storage volume. +* `id` - The unique identifier for the volume. +* `urn` - The uniform resource name for the volume. +* `name` - Name of the volume. +* `description` - Description of the volume. +* `tags` - List of applied tags to the volume. +* `region` - The region that the volume is created in. +* `droplet_ids` - A list of associated droplet ids. +* `snapshot_id` - The ID of the existing volume snapshot from which this volume was created from. * `filesystem_type` - Filesystem type (`xfs` or `ext4`) for the block storage volume. * `filesystem_label` - Filesystem label for the block storage volume. -* `droplet_ids` - A list of associated droplet ids. +* `initial_filesystem_type` - Filesystem type (`xfs` or `ext4`) for the block storage volume when it was first created. +* `initial_filesystem_label` - Filesystem label for the block storage volume when it was first created. ## Import