From 5cab955334bfa166abb909cade1a8d5b3c3b3f46 Mon Sep 17 00:00:00 2001 From: Alexandre Hamez <199517+ahamez@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:31:22 +0100 Subject: [PATCH] doc: callouts don't support multiple paragraphs As stated in Terraform documentation: https://developer.hashicorp.com/terraform/registry/providers/docs#callouts. --- docs/resources/instance_server.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/resources/instance_server.md b/docs/resources/instance_server.md index 250fc8e35..6e2ca6ee8 100644 --- a/docs/resources/instance_server.md +++ b/docs/resources/instance_server.md @@ -272,10 +272,8 @@ attached to the server. Updates to this field will trigger a stop/start of the s - `status` The private NIC state. - `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) in which the server must be created. -~> **Important:** - -- You can only attach an instance in the same [zone](../guides/regions_and_zones.md#zones) as a private network. -- Instance supports maximum 8 different private networks. +~> **Important:** You can only attach an instance in the same [zone](../guides/regions_and_zones.md#zones) as a private network. +~> **Important:** Instance supports a maximum of 8 different private networks. ## Attributes Reference