Update loadbalancer docs with private ip allocation type. (#9780)
This commit is contained in:
parent
6cca7b3a05
commit
b8e4b1c4af
|
@ -52,6 +52,7 @@ The following arguments are supported:
|
|||
* `name` - (Required) Specifies the name of the frontend ip configuration.
|
||||
* `subnet_id` - (Optional) Reference to subnet associated with the IP Configuration.
|
||||
* `private_ip_address` - (Optional) Private IP Address to assign to the Load Balancer. The last one and first four IPs in any range are reserved and cannot be manually assigned.
|
||||
* `private_ip_address_allocation` - (Optional) Defines how a private IP address is assigned. Options are Static or Dynamic.
|
||||
* `public_ip_address_id` - (Optional) Reference to Public IP address to be associated with the Load Balancer.
|
||||
|
||||
## Attributes Reference
|
||||
|
|
Loading…
Reference in New Issue