Skip to content

Commit

Permalink
Replace bool with Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptipowervs committed Jan 19, 2024
1 parent 6644188 commit bd84802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/pi_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd84802

Please sign in to comment.