File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/alicloud/private-link Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This module should be applied to the VPC hosting your Pulsar applications. It wi
12
12
13
13
## Examples
14
14
15
- 1 . Create PrivateLink with default settings
15
+ ### Create PrivateLink with default settings
16
16
17
17
``` hcl
18
18
provider "alicloud" {
@@ -48,7 +48,7 @@ module "alicloud_private_link" {
48
48
- ` endpoint_name ` : The name that the VPC endpoint, will be used to identify from other endpoints if you have multiple ones.
49
49
- ` vswitches ` : The list of VSwitches to associate with the endpoint, it should be the VSwitches in the same VPC.
50
50
51
- 2 . Create PrivateLink with customized Security Group
51
+ ### Create PrivateLink with customized Security Group
52
52
53
53
``` hcl
54
54
provider "alicloud" {
You can’t perform that action at this time.
0 commit comments