From 9518bf3a7d971c76f2a950f521bd0785f47bf0a4 Mon Sep 17 00:00:00 2001 From: Anton Dollmaier Date: Tue, 21 Jul 2020 14:36:17 +0200 Subject: [PATCH] Fix line breaks This change fixes missing/invalid line breaks to have a nice list without breaking the content. --- website/docs/r/compute_address.html.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/r/compute_address.html.markdown b/website/docs/r/compute_address.html.markdown index f6b2a88430a..967e53b459e 100644 --- a/website/docs/r/compute_address.html.markdown +++ b/website/docs/r/compute_address.html.markdown @@ -165,9 +165,10 @@ The following arguments are supported: * `address_type` - (Optional) - The type of address to reserve. - - Default value: `EXTERNAL` + The type of address to reserve. + + Default value: `EXTERNAL` + Possible values are: * `INTERNAL` * `EXTERNAL` @@ -182,7 +183,7 @@ The following arguments are supported: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, internal load balancers, and similar resources. This should only be set when using an Internal address. - Possible values are: + Possible values are: * `GCE_ENDPOINT` * `network_tier` -