Skip to content

Commit 3a6ad01

Browse files
authored
doc: callouts don't support multiple paragraphs (#2824)
As stated in Terraform documentation: https://developer.hashicorp.com/terraform/registry/providers/docs#callouts.
1 parent 50aef3f commit 3a6ad01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/resources/instance_server.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,8 @@ attached to the server. Updates to this field will trigger a stop/start of the s
272272
- `status` The private NIC state.
273273
- `zone` - (Defaults to [provider](../index.md#zone) `zone`) The [zone](../guides/regions_and_zones.md#zones) in which the server must be created.
274274

275-
~> **Important:**
276-
277-
- You can only attach an instance in the same [zone](../guides/regions_and_zones.md#zones) as a private network.
278-
- Instance supports maximum 8 different private networks.
275+
~> **Important:** You can only attach an instance in the same [zone](../guides/regions_and_zones.md#zones) as a private network.
276+
~> **Important:** Instance supports a maximum of 8 different private networks.
279277

280278
## Attributes Reference
281279

0 commit comments

Comments
 (0)