Skip to content

Commit 2016d09

Browse files
committed
modify doc template
1 parent 4d6a02d commit 2016d09

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

templates/resources/instance_image.md.tmpl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,27 +101,27 @@ In addition to all arguments above, the following attributes are exported:
101101
- `from_server_id` - ID of the server the image is based on (in case it is a backup).
102102
- `state` - State of the image. Possible values are: `available`, `creating` or `error`.
103103
- `organization_id` - The organization ID the image is associated with.
104+
- `root_volume` - The description of the root volume attached to the image.
105+
106+
-> The `root_volume` block contains :
107+
- `id` - The ID of the volume.
108+
- `name` - The name of the volume.
109+
- `size` - The size of the volume.
110+
- `volume_type` - The type of volume, possible values are `l_ssd` and `sbs_snapshot`.
111+
104112
- `additional_volumes` - The description of the extra volumes attached to the image.
105113

106114
-> The `additional_volumes` block contains :
107115
- `id` - The ID of the volume.
108116
- `name` - The name of the volume.
109-
- `export_uri` - The export URI of the volume.
110117
- `size` - The size of the volume.
111-
- `volume_type` - The type of volume, possible values are `l_ssd` and `b_ssd`.
112-
- `creation_date` - Date of the volume creation.
113-
- `modification_date` - Date of volume latest update.
114-
- `organization` - The organization ID the volume is associated with.
115-
- `project` - ID of the project the volume is associated with
118+
- `volume_type` - The type of volume, possible values are `l_ssd` and `sbs_snapshot`.
116119
- `tags` - List of tags associated with the volume.
117-
- `state` - State of the volume.
118-
- `zone` - The [zone](../guides/regions_and_zones.md#zones) in which the volume is.
119-
120-
- `server` - Description of the server containing the volume (in case the image is a backup from a server).
120+
- `server` - Description of the server containing the volume (in case the image is a backup from a server).
121121

122-
-> The `server` block contains :
123-
- `id` - ID of the server containing the volume.
124-
- `name` - Name of the server containing the volume.
122+
-> The `server` block contains :
123+
- `id` - ID of the server containing the volume.
124+
- `name` - Name of the server containing the volume.
125125

126126
## Import
127127

0 commit comments

Comments
 (0)