From 2222d112bd7a36ce2aec1cf0d334693d047b93da Mon Sep 17 00:00:00 2001 From: js-g Date: Fri, 2 Oct 2020 22:51:55 -0400 Subject: [PATCH] docs: update OCI page to include image_compartment_id --- website/pages/docs/builders/oracle/oci.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/pages/docs/builders/oracle/oci.mdx b/website/pages/docs/builders/oracle/oci.mdx index 956d9fdaf..9e9b7a82b 100644 --- a/website/pages/docs/builders/oracle/oci.mdx +++ b/website/pages/docs/builders/oracle/oci.mdx @@ -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.