From ab2301448958a7400e09d7954da9f04dea6f99da Mon Sep 17 00:00:00 2001 From: js-g Date: Tue, 20 Oct 2020 22:47:39 -0400 Subject: [PATCH] docs (builder/oracle-oci): add reference to image_launch_mode --- website/pages/docs/builders/oracle/oci.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/pages/docs/builders/oracle/oci.mdx b/website/pages/docs/builders/oracle/oci.mdx index c96c7a172..1d53506f6 100644 --- a/website/pages/docs/builders/oracle/oci.mdx +++ b/website/pages/docs/builders/oracle/oci.mdx @@ -177,6 +177,11 @@ can also be supplied to override the typical auto-generated key: Sets the [BootVolumeSizeInGBs](https://godoc.org/github.com/oracle/oci-go-sdk/core#InstanceConfigurationInstanceSourceViaImageDetails) when launching the instance. Defaults to `50`. +- `image_launch_mode` (string) - Specifies the configuration mode for launching instances. + Valid values are `"NATIVE"`, `"EMULATED"`, `"PARAVIRTUALIZED"`, and `"CUSTOM"`. See the + [Oracle CLI docs](https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/2.12.5/oci_cli_docs/cmdref/compute/image/create.html#cmdoption-launch-mode) + for more information about these modes. + - `use_private_ip` (boolean) - Use private ip addresses to connect to the instance via ssh.