Skip to content

Commit 4d6439f

Browse files
author
Ravi Tandon
committed
Re-format docs for aliases
1 parent 802d289 commit 4d6439f

6 files changed

+24
-18
lines changed

website/docs/d/core_vcns.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ description: |-
77
---
88

99
# Data Source: oci_core_vcns
10-
Other supported legacy names/aliases:
11-
* `oci_core_virtual_network`
12-
1310
This data source provides the list of Vcns in Oracle Cloud Infrastructure Core service.
1411

1512
Lists the virtual cloud networks (VCNs) in the specified compartment.
1613

1714

15+
## Supported Aliases
16+
17+
* `oci_core_virtual_networks`
18+
1819
## Example Usage
1920

2021
```hcl

website/docs/d/load_balancer_backend_sets.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ description: |-
77
---
88

99
# Data Source: oci_load_balancer_backend_sets
10-
Other supported legacy names/aliases:
11-
* `oci_load_balancer_backendset`
12-
1310
This data source provides the list of Backend Sets in Oracle Cloud Infrastructure Load Balancer service.
1411

1512
Lists all backend sets associated with a given load balancer.
1613

14+
## Supported Aliases
15+
16+
* `oci_load_balancer_backendsets`
17+
1718
## Example Usage
1819

1920
```hcl

website/docs/d/load_balancer_load_balancers.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ description: |-
77
---
88

99
# Data Source: oci_load_balancer_load_balancers
10-
Other supported legacy names/aliases:
11-
* `oci_load_balancer`
12-
1310
This data source provides the list of Load Balancers in Oracle Cloud Infrastructure Load Balancer service.
1411

1512
Lists all load balancers in the specified compartment.
1613

14+
## Supported Aliases
15+
16+
* `oci_load_balancers`
17+
1718
## Example Usage
1819

1920
```hcl

website/docs/r/core_vcn.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ description: |-
77
---
88

99
# oci_core_vcn
10-
Other supported legacy names/aliases:
11-
* `oci_core_virtual_network`
12-
1310
This resource provides the Vcn resource in Oracle Cloud Infrastructure Core service.
1411

1512
The VCN automatically comes with a default route table, default security list, and default set of DHCP options.
@@ -46,6 +43,10 @@ or FastConnect. For more information, see
4643
[Overview of the Networking Service](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/overview.htm).
4744

4845

46+
## Supported Aliases
47+
48+
* `oci_core_virtual_network`
49+
4950
## Example Usage
5051

5152
```hcl

website/docs/r/load_balancer_backend_set.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ description: |-
77
---
88

99
# oci_load_balancer_backend_set
10-
Other supported legacy names/aliases:
11-
* `oci_load_balancer_backendset`
12-
1310
This resource provides the Backend Set resource in Oracle Cloud Infrastructure Load Balancer service.
1411

1512
Adds a backend set to a load balancer.
1613

14+
## Supported Aliases
15+
16+
* `oci_load_balancer_backendset`
17+
1718
## Example Usage
1819

1920
```hcl

website/docs/r/load_balancer_load_balancer.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ description: |-
77
---
88

99
# oci_load_balancer_load_balancer
10-
Other supported legacy names/aliases:
11-
* `oci_load_balancer`
12-
1310
This resource provides the Load Balancer resource in Oracle Cloud Infrastructure Load Balancer service.
1411

1512
Creates a new load balancer in the specified compartment. For general information about load balancers,
@@ -38,6 +35,10 @@ When you create a load balancer, the system assigns an IP address.
3835
To get the IP address, use the [GetLoadBalancer](https://docs.cloud.oracle.com/iaas/api/#/en/loadbalancer/20170115/LoadBalancer/GetLoadBalancer) operation.
3936

4037

38+
## Supported Aliases
39+
40+
* `oci_load_balancer`
41+
4142
## Example Usage
4243

4344
```hcl

0 commit comments

Comments
 (0)