Skip to content

Commit 95b2799

Browse files
authored
fix(tutorial): fix imagehub link (#5711)
1 parent faad98f commit 95b2799

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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. 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.
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

@@ -350,4 +350,4 @@ As exemplified below, we will build an Ubuntu image with Apache preinstalled:
350350
Apply complete! Resources: 4 added, 0 changed, 0 destroyed.
351351
```
352352

353-
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).
353+
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).

0 commit comments

Comments
 (0)