Skip to content

Commit 37dd6c1

Browse files
authored
fix(tutorial): fix marketplace link (#5557)
1 parent d5a281e commit 37dd6c1

File tree

1 file changed

+1
-1
lines changed
  • tutorials/deploy-instances-packer-terraform

1 file changed

+1
-1
lines changed

tutorials/deploy-instances-packer-terraform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following are the **required** configuration parameters for a minimal config
7070

7171
- `secret_key` (string) - The Scaleway API secret key. It can also be specified via the environment variable `SCW_SECRET_KEY`.
7272

73-
- `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).
73+
- `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.
7474

7575
- `zone` (string) - The name of the zone to launch the server and where the snapshot will be available.
7676

0 commit comments

Comments
 (0)