diff --git a/tutorials/deploy-instances-packer-terraform/index.mdx b/tutorials/deploy-instances-packer-terraform/index.mdx index e936b2444f..e1b2ff9615 100644 --- a/tutorials/deploy-instances-packer-terraform/index.mdx +++ b/tutorials/deploy-instances-packer-terraform/index.mdx @@ -70,7 +70,7 @@ The following are the **required** configuration parameters for a minimal config - `secret_key` (string) - The Scaleway API secret key. It can also be specified via the environment variable `SCW_SECRET_KEY`. -- `image` (string) - The UUID or marketplace image label of the base image to use. This will be used to boot the server on, before launching the additional tasks. Read more about available images on our [website][https://www.scaleway.com/en/imagehub], and use the [Marketplace API](https://www.scaleway.com/en/developers/api/marketplace/) to get UUIDs and image labels. +- `image` (string) - The UUID or marketplace image label of the base image to use. This will be used to boot the server on, before launching the additional tasks. Read more about available images on our [website](https://www.scaleway.com/en/imagehub), and use the [Marketplace API](https://www.scaleway.com/en/developers/api/marketplace/) to get UUIDs and image labels. - `zone` (string) - The name of the zone to launch the server and where the snapshot will be available. @@ -350,4 +350,4 @@ As exemplified below, we will build an Ubuntu image with Apache preinstalled: Apply complete! Resources: 4 added, 0 changed, 0 destroyed. ``` -To find out more about all the resources that you can manage with Terraform/OpenTofu, check out the [official documentation](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs). For more information about Packer, refer to the official [Packer documentation](https://www.packer.io/docs/builders/scaleway.html). \ No newline at end of file +To find out more about all the resources that you can manage with Terraform/OpenTofu, check out the [official documentation](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs). For more information about Packer, refer to the official [Packer documentation](https://www.packer.io/docs/builders/scaleway.html).