Skip to content

Commit 7dabdd1

Browse files
committed
add
1 parent 45b3cda commit 7dabdd1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

tencentcloud/services/pls/resource_tc_vpc_end_point.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Provides a resource to create a vpc end_point
1+
Provides a resource to create a VPC end point
22

33
Example Usage
44

55
```hcl
6-
resource "tencentcloud_vpc_end_point" "end_point" {
6+
resource "tencentcloud_vpc_end_point" "example" {
77
vpc_id = "vpc-391sv4w3"
88
subnet_id = "subnet-ljyn7h30"
9-
end_point_name = "terraform-test"
9+
end_point_name = "tf-example"
1010
end_point_service_id = "vpcsvc-69y13tdb"
1111
end_point_vip = "10.0.2.1"
1212
@@ -20,8 +20,8 @@ resource "tencentcloud_vpc_end_point" "end_point" {
2020

2121
Import
2222

23-
vpc end_point can be imported using the id, e.g.
23+
VPC end point can be imported using the id, e.g.
2424

2525
```
26-
terraform import tencentcloud_vpc_end_point.end_point end_point_id
26+
terraform import tencentcloud_vpc_end_point.example vpce-ntv3vy9k
2727
```

website/docs/r/vpc_end_point.html.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ layout: "tencentcloud"
44
page_title: "TencentCloud: tencentcloud_vpc_end_point"
55
sidebar_current: "docs-tencentcloud-resource-vpc_end_point"
66
description: |-
7-
Provides a resource to create a vpc end_point
7+
Provides a resource to create a VPC end point
88
---
99

1010
# tencentcloud_vpc_end_point
1111

12-
Provides a resource to create a vpc end_point
12+
Provides a resource to create a VPC end point
1313

1414
## Example Usage
1515

1616
```hcl
17-
resource "tencentcloud_vpc_end_point" "end_point" {
17+
resource "tencentcloud_vpc_end_point" "example" {
1818
vpc_id = "vpc-391sv4w3"
1919
subnet_id = "subnet-ljyn7h30"
20-
end_point_name = "terraform-test"
20+
end_point_name = "tf-example"
2121
end_point_service_id = "vpcsvc-69y13tdb"
2222
end_point_vip = "10.0.2.1"
2323
@@ -53,9 +53,9 @@ In addition to all arguments above, the following attributes are exported:
5353

5454
## Import
5555

56-
vpc end_point can be imported using the id, e.g.
56+
VPC end point can be imported using the id, e.g.
5757

5858
```
59-
terraform import tencentcloud_vpc_end_point.end_point end_point_id
59+
terraform import tencentcloud_vpc_end_point.example vpce-ntv3vy9k
6060
```
6161

0 commit comments

Comments
 (0)