From 37c013f688e55b33a15cd8f2bc58e292a39962f4 Mon Sep 17 00:00:00 2001 From: outscale_hmi Date: Mon, 22 May 2023 07:24:27 +0000 Subject: [PATCH] add doc for new parameter productCodes Signed-off-by: outscale_hmi --- docs/builders/outscale-bsu.mdx | 2 ++ docs/builders/outscale-bsusurrogate.mdx | 2 ++ docs/builders/outscale-chroot.mdx | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/builders/outscale-bsu.mdx b/docs/builders/outscale-bsu.mdx index d1c9b049..d6663427 100644 --- a/docs/builders/outscale-bsu.mdx +++ b/docs/builders/outscale-bsu.mdx @@ -87,6 +87,8 @@ builder. - `omi_account_ids` (array of strings) - A list of account IDs that have access to launch the resulting OMI(s). By default no additional users other than the user creating the OMIS has permissions to launch it. +- `product_codes` ([]string) - A list of product codes to associate with the OMI. By default no product codes are associated with the OMI. + - `global_permission` (boolean) - This option is useful to make the OMI publicly accessible. - `omi_virtualization_type` (string) - The type of virtualization for the OMI you are building. This option must match the supported virtualization type of `source_omi`. Can be `paravirtual` or `hvm`. diff --git a/docs/builders/outscale-bsusurrogate.mdx b/docs/builders/outscale-bsusurrogate.mdx index 15768660..a12aeeca 100644 --- a/docs/builders/outscale-bsusurrogate.mdx +++ b/docs/builders/outscale-bsusurrogate.mdx @@ -83,6 +83,8 @@ builder. - `omi_account_ids` (array of strings) - A list of account IDs that have access to launch the resulting OMI(s). By default no additional users other than the user creating the OMIS has permissions to launch it. +- `product_codes` ([]string) - A list of product codes to associate with the OMI. By default no product codes are associated with the OMI. + - `global_permission` (boolean) - This option is useful to make the OMI publicly accessible. - `omi_virtualization_type` (string) - The type of virtualization for the OMI you are building. This option must match the supported virtualization type of `source_omi`. Can be `paravirtual` or `hvm`. diff --git a/docs/builders/outscale-chroot.mdx b/docs/builders/outscale-chroot.mdx index a6c54184..b684ac47 100644 --- a/docs/builders/outscale-chroot.mdx +++ b/docs/builders/outscale-chroot.mdx @@ -77,6 +77,8 @@ each category, the available configuration keys are alphabetized. - `omi_account_ids` (array of strings) - A list of account IDs that have access to launch the resulting OMI(s). By default no additional users other than the user creating the OMIS has permissions to launch it. +- `product_codes` ([]string) - A list of product codes to associate with the OMI. By default no product codes are associated with the OMI. + - `global_permission` (boolean) - This option is useful to make the OMI publicly accessible. - `omi_virtualization_type` (string) - The type of virtualization for the OMI you are building. This option must match the supported virtualization type of `source_omi`. Can be `paravirtual` or `hvm`.