From 85ea1fe35808f003c9ff667aad4e8532034d848e Mon Sep 17 00:00:00 2001 From: Go Watanabe Date: Tue, 13 Apr 2021 14:16:10 +0900 Subject: [PATCH] fixed a typo in subnet.html.markdown --- website/docs/d/subnet.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/subnet.html.markdown b/website/docs/d/subnet.html.markdown index 4da71eaae..2ade4c2de 100644 --- a/website/docs/d/subnet.html.markdown +++ b/website/docs/d/subnet.html.markdown @@ -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"