Skip to content

Commit 74ba2d9

Browse files
tongyimingmikatong
andauthored
update example usage (#1562)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent 2f62c50 commit 74ba2d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tencentcloud/resource_tc_protocol_template_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Example Usage
66
```hcl
77
resource "tencentcloud_protocol_template_group" "foo" {
88
name = "group-test"
9-
protocols = ["ipl-axaf24151","ipl-axaf24152"]
9+
template_ids = ["ipl-axaf24151","ipl-axaf24152"]
1010
}
1111
```
1212

website/docs/r/protocol_template_group.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Provides a resource to manage protocol template group.
1515

1616
```hcl
1717
resource "tencentcloud_protocol_template_group" "foo" {
18-
name = "group-test"
19-
protocols = ["ipl-axaf24151", "ipl-axaf24152"]
18+
name = "group-test"
19+
template_ids = ["ipl-axaf24151", "ipl-axaf24152"]
2020
}
2121
```
2222

0 commit comments

Comments
 (0)