Skip to content

Commit

Permalink
add doc for new parameter productCodes
Browse files Browse the repository at this point in the history
Signed-off-by: outscale_hmi <hanen.mizouni@outscale.com>
  • Loading branch information
outscale-hmi committed May 22, 2023
1 parent 0c3d7f4 commit 37c013f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/builders/outscale-bsu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 2 additions & 0 deletions docs/builders/outscale-bsusurrogate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 2 additions & 0 deletions docs/builders/outscale-chroot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 37c013f

Please sign in to comment.