Skip to content

Commit

Permalink
updated is_images document
Browse files Browse the repository at this point in the history
  • Loading branch information
uibm authored and hkantare committed Feb 5, 2024
1 parent f944020 commit 4c67eda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/d/is_images.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ data "ibm_is_images" "ds_images" {

Review the argument references that you can specify for your data source.

* `catalog_managed` - (Optional, bool) Lists only those images which are managed as part of a catalog offering.
* `resource_group` - (Optional, string) The id of the resource group.
* `name` - (Optional, string) The name of the image.
* `visibility` - (Optional, string) Visibility of the image.
* `status` - (Optional, string) Status of the image.
- `catalog_managed` - (Optional, bool) Lists only those images which are managed as part of a catalog offering.
- `resource_group` - (Optional, string) The id of the resource group.
- `name` - (Optional, string) The name of the image.
- `visibility` - (Optional, string) Visibility of the image. Accepted values : **private**, **public**
- `status` - (Optional, string) Status of the image. Accepted value : **available**, **deleting**, **deprecated**, **failed**, **obsolete**, **pending**, **unusable**

## Attribute reference
You can access the following attribute references after your data source is created.
Expand Down

0 comments on commit 4c67eda

Please sign in to comment.