docs: update OCI page to include image_compartment_id

This commit is contained in:
js-g 2020-10-02 22:51:55 -04:00
parent c892f0582b
commit 2222d112bd
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,7 @@ can also be supplied to override the typical auto-generated key:
operation available in the Core Services API.
- `compartment_ocid` (string) - The OCID of the
[compartment](https://docs.us-phoenix-1.oraclecloud.com/Content/GSG/Tasks/choosingcompartments.htm)
[compartment](https://docs.us-phoenix-1.oraclecloud.com/Content/GSG/Tasks/choosingcompartments.htm) that the instance will run in.
- `shape` (string) - The template that determines the number of CPUs, amount
of memory, and other resources allocated to a newly created instance.
@ -136,6 +136,8 @@ can also be supplied to override the typical auto-generated key:
- `image_name` (string) - The name to assign to the resulting custom image.
- `image_compartment_ocid` (string) - The OCID of the target compartment for the resulting image. Defaults to `compartment_ocid`.
- `instance_name` (string) - The name to assign to the instance used for the image creation process.
If not set a name of the form `instanceYYYYMMDDhhmmss` will be used.