Skip to content

Commit 27810f5

Browse files
committed
Update documentation
1 parent a3eb442 commit 27810f5

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

website/docs/d/pi_catalog_images.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@ In addition to the argument reference list, you can access the following attribu
5757
- `crn` - (String) The CRN of this resource.
5858
- `description` - (String) The description of an image.
5959
- `disk_format` - (String) The disk format.
60-
- `endianness` - (String) The `Endianness` order.
60+
- `endianness` - (String) The endianness order.
6161
- `href` - (String) The `href` of an image.
6262
- `hypervisor_type` - (String) Hypervisor type.
6363
- `image_id` - (String) The unique identifier of an image.
6464
- `image_type` - (String) The identifier of this image type.
6565
- `last_update_date` - (String) The last updated date of an image.
6666
- `name` - (String) The name of the image.
6767
- `operating_system` - (String) Operating System.
68+
- `shared` - (String) Indicates whether the image is shared.
6869
- `state` - (String) The state of an Operating System.
6970
- `storage_pool` - (String) Storage pool where image resides.
7071
- `storage_type` - (String) The storage type of an image.

website/docs/d/pi_image.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,15 @@ Review the argument references that you can specify for your data source.
4747
In addition to all argument reference list, you can access the following attribute references after your data source is created.
4848

4949
- `architecture` - (String) The CPU architecture that the image is designed for.
50+
- `container_format` - (String) The container format.
5051
- `crn` - (String) The CRN of this resource.
52+
- `disk_format` - (String) The disk format.
53+
- `endianness` - (String) The endianness order.
5154
- `hypervisor` - (String) Hypervisor type.
5255
- `id` - (String) The unique identifier of the image.
5356
- `image_type` - (String) The identifier of this image type.
5457
- `operating_system` - (String) The operating system that is installed with the image.
58+
- `shared` - (String) Indicates whether the image is shared.
5559
- `size` - (String) The size of the image in megabytes.
5660
- `source_checksum` - (String) Checksum of the image.
5761
- `state` - (String) The state for this image.

website/docs/d/pi_images.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,18 @@ In addition to all argument reference list, you can access the following attribu
4949
- `image_info` - (List) List of all supported images.
5050

5151
Nested scheme for `image_info`:
52+
- `architecture` - (String) The CPU architecture that the image is designed for.
53+
- `container_format` - (String) The container format.
5254
- `crn` - (String) The CRN of this resource.
55+
- `disk_format` - (String) The disk format.
56+
- `endianness` - (String) The endianness order.
5357
- `href` - (String) The hyper link of an image.
58+
- `hypervisor` - (String) Hypervisor type.
5459
- `id` - (String) The unique identifier of an image.
5560
- `image_type` - (String) The identifier of this image type.
5661
- `name`- (String) The name of an image.
62+
- `operating_system` - (String) The operating system that is installed with the image.
63+
- `shared` - (String) Indicates whether the image is shared.
5764
- `source_checksum` - (String) Checksum of the image.
5865
- `state` - (String) The state of an image.
5966
- `storage_pool` - (String) Storage pool where image resides.

0 commit comments

Comments
 (0)