Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-toa committed Jun 25, 2024
1 parent 00ac4cc commit a8a02f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Packer Plugin Outscale
The `Outscale` multi-component plugin can be used with HashiCorp [Packer](https://www.packer.io)
to create custom images. For the full list of available features for this plugin see [docs](docs).
to create custom images. For the full list of available features for this plugin see [docs](https://developer.hashicorp.com/packer/integrations/outscale/outscale/latest).

## Installation

Expand Down
12 changes: 6 additions & 6 deletions docs/builders/bsusurrogate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ builder.

- `access_key` (string) - The access key used to communicate with OUTSCALE. [Learn how to set this](/docs/builders/outscale#authentication)

- `omi_name` (string) - The name of the resulting OMIS that will appear when managing OMIs in the Outscale console or via APIs. This must be unique. To help make this unique, use a function like `timestamp` (see [template engine](/docs/templates/legacy_json_templates/engine) for more info).
- `omi_name` (string) - The name of the resulting OMIS that will appear when managing OMIs in the Outscale console or via APIs. This must be unique. To help make this unique, use a function like `timestamp` (see [template engine](/packer/docs/templates/legacy_json_templates/engine) for more info).

- `vm_type` (string) - The Outscale VM type to use while building the OMI, such as `t2.small`.

Expand Down Expand Up @@ -78,7 +78,7 @@ builder.

- `volume_type` (string) - The volume type. `gp2` for General Purpose (SSD) volumes, `io1` for Provisioned IOPS (SSD) volumes, and `standard` for Magnetic volumes

- `omi_description` (string) - The description to set for the resulting OMI(s). By default this description is empty. This is a [template engine](/docs/templates/legacy_json_templates/engine), see [Build template
- `omi_description` (string) - The description to set for the resulting OMI(s). By default this description is empty. This is a [template engine](/packer/docs/templates/legacy_json_templates/engine), see [Build template
data](#build-template-data) for more information.

- `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.
Expand Down Expand Up @@ -144,13 +144,13 @@ builder.
- `run_tags` (object of key/value strings) - Tags to apply to the VM
that is _launched_ to create the OMI. These tags are _not_ applied to the
resulting OMIS unless they're duplicated in `tags`. This is a [template
engine](/docs/templates/legacy_json_templates/engine), see [Build template
engine](/packer/docs/templates/legacy_json_templates/engine), see [Build template
data](#build-template-data) for more information.

- `run_volume_tags` (object of key/value strings) - Tags to apply to the
volumes that are _launched_ to create the OMI. These tags are _not_ applied
to the resulting OMIS unless they're duplicated in `tags`. This is a
[template engine](/docs/templates/legacy_json_templates/engine), see [Build template
[template engine](/packer/docs/templates/legacy_json_templates/engine), see [Build template
data](#build-template-data) for more information.

- `security_group_id` (string) - The ID (_not_ the name) of the security
Expand Down Expand Up @@ -182,7 +182,7 @@ builder.

- `snapshot_tags` (object of key/value strings) - Tags to apply to snapshot.
They will override OMIS tags if already applied to snapshot. This is a
[template engine](/docs/templates/legacy_json_templates/engine), see [Build template
[template engine](/packer/docs/templates/legacy_json_templates/engine), see [Build template
data](#build-template-data) for more information.

- `source_omi_filter` (object) - Filters used to populate the `source_omi` field.
Expand Down Expand Up @@ -219,7 +219,7 @@ builder.

- `subnet_id` (string) - If using Net, the ID of the subnet, such as `subnet-12345def`, where Packer will launch the VM. This field is required if you are using an non-default Net.

- `tags` (object of key/value strings) - Tags applied to the OMIS and relevant snapshots. This is a [template engine](/docs/templates/legacy_json_templates/engine), see [Build template data](#build-template-data) for more information.
- `tags` (object of key/value strings) - Tags applied to the OMIS and relevant snapshots. This is a [template engine](/packer/docs/templates/legacy_json_templates/engine), see [Build template data](#build-template-data) for more information.

- `temporary_key_pair_name` (string) - The name of the temporary key pair to generate. By default, Packer generates a name that looks like `packer_<UUID>`, where &lt;UUID&gt; is a 36 character unique identifier.

Expand Down

0 comments on commit a8a02f1

Please sign in to comment.