From a8a02f185d2d482b21b6eb093dfd4530fe77b31b Mon Sep 17 00:00:00 2001 From: Thiery Ouattara Date: Fri, 21 Jun 2024 12:12:52 +0000 Subject: [PATCH] Fix documentation links --- README.md | 2 +- docs/builders/bsusurrogate.mdx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f24fe5b0..42ffd56a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/builders/bsusurrogate.mdx b/docs/builders/bsusurrogate.mdx index a12aeeca..58e1df9e 100644 --- a/docs/builders/bsusurrogate.mdx +++ b/docs/builders/bsusurrogate.mdx @@ -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`. @@ -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. @@ -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 @@ -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. @@ -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_`, where <UUID> is a 36 character unique identifier.