From a1d90e44c9f003c223e40b5828b0628e0aee6486 Mon Sep 17 00:00:00 2001 From: Rowena Date: Wed, 24 Sep 2025 11:51:44 +0200 Subject: [PATCH] fix(tutorial): fix marketplace link --- tutorials/deploy-instances-packer-terraform/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/deploy-instances-packer-terraform/index.mdx b/tutorials/deploy-instances-packer-terraform/index.mdx index ac0abb7bf0..e936b2444f 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. A complete list of all base image UUIDs and image labels is available at [https://api-marketplace.scaleway.com/images](https://api-marketplace.scaleway.com/images). +- `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.