Skip to content

Commit

Permalink
fixed a typo in subnet.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gowatana authored and abhimutant committed Feb 10, 2022
1 parent d2f50d8 commit 28b008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/subnet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "nutanix_subnet" "test" {
prefix_length = 24
default_gateway_ip = "192.168.0.1"
subnet_ip = "192.168.0.0"
#ip_config_pool_list_ranges = ["192.168.0.5", "192.168.0.100"]
#ip_config_pool_list_ranges = ["192.168.0.5 192.168.0.100"]
dhcp_options {
boot_file_name = "bootfile"
Expand Down

0 comments on commit 28b008c

Please sign in to comment.