Skip to content

Commit

Permalink
GCLOUD2-13375: Enhanced load balancer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtsiomAntropau committed Feb 16, 2024
1 parent baf68c1 commit 823ec08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resources/loadbalancerv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ resource "gcore_loadbalancerv2" "private_lb_dualstack" {
- `flavor` (String) Desired flavor to be used for load balancer. Changing this value will re-create load balancer.
- `last_updated` (String) Datetime when load balancer was updated at the last time.
- `metadata_map` (Map of String) Metadata map to apply to the load balancer.
- `project_id` (Number)
- `project_name` (String)
- `region_id` (Number)
- `region_name` (String)
- `project_id` (Number) ID of the desired project to create load balancer in.
- `project_name` (String) Name of the desired project to create load balancer in.
- `region_id` (Number) ID of the desired region to create load balancer in.
- `region_name` (String) Name of the desired region to create load balancer in.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `vip_ip_family` (String) Available values are 'ipv4', 'ipv6', 'dual'
- `vip_network_id` (String) ID of the desired network. Note: add all created `gcore_subnet` resources within the network with this id to the `depends_on` to be sure that `gcore_loadbalancerv2` will be destroyed first
Expand Down

0 comments on commit 823ec08

Please sign in to comment.