Skip to content

Commit c52d09b

Browse files
committed
add
1 parent 8844812 commit c52d09b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tencentcloud/services/audit/resource_tc_audit_track.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ resource "tencentcloud_audit_track" "example" {
4040
storage_prefix = "cloudaudit"
4141
storage_region = "ap-guangzhou"
4242
storage_type = "cls"
43-
storage_account_id = "100037718139"
44-
storage_app_id = "1309118522"
43+
storage_account_id = "100037717137"
44+
storage_app_id = "1309116520"
4545
}
4646
}
4747
```
@@ -50,5 +50,5 @@ Import
5050

5151
audit track can be imported using the id, e.g.
5252
```
53-
$ terraform import tencentcloud_audit_track.example track_id
53+
$ terraform import tencentcloud_audit_track.example 24283
5454
```

website/docs/r/audit_track.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ resource "tencentcloud_audit_track" "example" {
5151
storage_prefix = "cloudaudit"
5252
storage_region = "ap-guangzhou"
5353
storage_type = "cls"
54-
storage_account_id = "100037718139"
55-
storage_app_id = "1309118522"
54+
storage_account_id = "100037717137"
55+
storage_app_id = "1309116520"
5656
}
5757
}
5858
```
@@ -90,6 +90,6 @@ In addition to all arguments above, the following attributes are exported:
9090

9191
audit track can be imported using the id, e.g.
9292
```
93-
$ terraform import tencentcloud_audit_track.example track_id
93+
$ terraform import tencentcloud_audit_track.example 24283
9494
```
9595

0 commit comments

Comments
 (0)