Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add doc for new parameter productCodes #143

Merged
merged 1 commit into from
May 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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