Skip to content

Commit

Permalink
GCLOUD2-17284: Include docs for preferred_connectivity (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapson97 authored Jan 21, 2025
1 parent ca1a4f9 commit c82d04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/loadbalancerv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ output "lb_ip" {

- `id` (String) The ID of this resource.
- `metadata_read_only` (List of Object) List of metadata items. (see [below for nested schema](#nestedatt--metadata_read_only))
- `preferred_connectivity` (String) Available values are 'L2', 'L3'
- `vip_address` (String) Load balancer IP address.
- `vip_port_id` (String) Load balancer Port ID.
- `vrrp_ips` (List of Object) (see [below for nested schema](#nestedatt--vrrp_ips))
Expand Down
1 change: 1 addition & 0 deletions docs/resources/loadbalancerv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ resource "gcore_loadbalancerv2" "private_lb_dualstack" {

- `flavor` (String) Desired flavor to be used for load balancer. By default, `lb1-1-2` will be used.
- `metadata_map` (Map of String) Metadata map to apply to the load balancer.
- `preferred_connectivity` (String) Available values are 'L2', 'L3'
- `project_id` (Number) ID of the desired project to create load balancer in. Alternative for `project_name`. One of them should be specified.
- `project_name` (String) Name of the desired project to create load balancer in. Alternative for `project_id`. One of them should be specified.
- `region_id` (Number) ID of the desired region to create load balancer in. Alternative for `region_name`. One of them should be specified.
Expand Down

0 comments on commit c82d04f

Please sign in to comment.