From bd84802205bb60caa84a7bb3c9346b9dc9461e3a Mon Sep 17 00:00:00 2001 From: Diptipowervs Date: Fri, 19 Jan 2024 13:20:58 +0530 Subject: [PATCH] Replace bool with Boolean --- website/docs/d/pi_network.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/d/pi_network.html.markdown b/website/docs/d/pi_network.html.markdown index e36ad9fcd0a..30635fd315d 100644 --- a/website/docs/d/pi_network.html.markdown +++ b/website/docs/d/pi_network.html.markdown @@ -46,8 +46,8 @@ In addition to all argument reference list, you can access the following attribu - `dns`- (Set) The DNS Servers for the network. - `gateway` - (String) The network gateway that is attached to your network. - `id` - (String) The ID of the network. -- `jumbo` - (Deprecated, Bool) MTU Jumbo option of the network (for multi-zone locations only). -- `mtu` - (Bool) Maximum Transmission Unit option of the network. +- `jumbo` - (Deprecated, Boolean) MTU Jumbo option of the network (for multi-zone locations only). +- `mtu` - (Boolean) Maximum Transmission Unit option of the network. - `type` - (String) The type of network. - `used_ip_count` - (Float) The number of used IP addresses. - `used_ip_percent` - (Float) The percentage of IP addresses used.