Skip to content

Commit 43f7cc7

Browse files
committed
Adjust format
1 parent 6a51cc8 commit 43f7cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/alicloud/private-link/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This module should be applied to the VPC hosting your Pulsar applications. It wi
1212

1313
## Examples
1414

15-
1. Create PrivateLink with default settings
15+
### Create PrivateLink with default settings
1616

1717
```hcl
1818
provider "alicloud" {
@@ -48,7 +48,7 @@ module "alicloud_private_link" {
4848
- `endpoint_name`: The name that the VPC endpoint, will be used to identify from other endpoints if you have multiple ones.
4949
- `vswitches`: The list of VSwitches to associate with the endpoint, it should be the VSwitches in the same VPC.
5050

51-
2. Create PrivateLink with customized Security Group
51+
### Create PrivateLink with customized Security Group
5252

5353
```hcl
5454
provider "alicloud" {

0 commit comments

Comments
 (0)