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.