Updating the example for image list entries

This commit is contained in:
tombuildsstuff 2017-04-07 12:09:31 +01:00
parent 965d6ce92e
commit 7e9fbc6b88
1 changed files with 8 additions and 2 deletions

View File

@ -13,9 +13,15 @@ The ``opc_compute_image_list_entry`` resource creates and manages an Image List
## Example Usage
```
resource "opc_compute_image_list" "test" {
name = "imagelist1"
description = "This is a description of the Image List"
default = 21
}
resource "opc_compute_image_list_entry" "test" {
name = "imagelist1"
machine_images = ["image1", "image2"]
name = "${opc_compute_image_list.test.name}"
machine_images = [ "/oracle/public/oel_6.7_apaas_16.4.5_1610211300" ]
version = 1
attributes = <<JSON
{