From d80ab4632da6663e5eb2eae94dbb03730e9d8dd1 Mon Sep 17 00:00:00 2001 From: teowa <104055472+teowa@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:51:05 +0000 Subject: [PATCH] update doc --- website/docs/r/stack_hci_logical_network.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/stack_hci_logical_network.html.markdown b/website/docs/r/stack_hci_logical_network.html.markdown index 51879598f0cc..1aa18577438e 100644 --- a/website/docs/r/stack_hci_logical_network.html.markdown +++ b/website/docs/r/stack_hci_logical_network.html.markdown @@ -85,7 +85,7 @@ A `route` block supports the following: A `subnet` block supports the following: -* `ip_allocation_method` - (Required) IP address allocation method for the subnet. Possible values are `Dynamic` and `Static`. Changing this forces a new resource to be created. +* `ip_allocation_method` - (Required) The IP address allocation method for the subnet. Possible values are `Dynamic` and `Static`. Changing this forces a new resource to be created. * `address_prefix` - (Optional) The address prefix in CIDR notation. Changing this forces a new resource to be created.