diff --git a/docs/resources/k8s_pool.md b/docs/resources/k8s_pool.md index 0d721acb38..10d0507df7 100644 --- a/docs/resources/k8s_pool.md +++ b/docs/resources/k8s_pool.md @@ -53,7 +53,7 @@ The following arguments are supported: - `max_size` - (Defaults to `size`) The maximum size of the pool, used by the autoscaling feature. - `tags` - (Optional) The tags associated with the pool. - > Note: As mentionned in (this document)[https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/tags.md#taints], taints of a pool's nodes are applied using tags. (Example: "taint=taintName=taineValue:Effect") + > Note: As mentionned in [this document](https://github.com/scaleway/scaleway-cloud-controller-manager/blob/master/docs/tags.md#taints), taints of a pool's nodes are applied using tags. (Example: "taint=taintName=taineValue:Effect") - `placement_group_id` - (Optional) The [placement group](https://developers.scaleway.com/en/products/instance/api/#placement-groups-d8f653) the nodes of the pool will be attached to. ~> **Important:** Updates to this field will recreate a new resource.