Skip to content

Commit 863101d

Browse files
authored
Fix a minor typo in the tencentcloud_clb_log_set doc (#1526)
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 1b1fabc commit 863101d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tencentcloud/resource_tc_clb_log_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Example Usage
55
66
```hcl
77
resource "tencentcloud_clb_log_set" "foo" {
8-
perioid = 7
8+
period = 7
99
}
1010
```
1111

website/docs/r/clb_log_set.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Provides a resource to create an exclusive CLB Logset.
1515

1616
```hcl
1717
resource "tencentcloud_clb_log_set" "foo" {
18-
perioid = 7
18+
period = 7
1919
}
2020
```
2121

0 commit comments

Comments
 (0)