Skip to content

Commit 3022e13

Browse files
committed
add
1 parent 106e689 commit 3022e13

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tencentcloud/services/cbs/data_source_tc_cbs_snapshots.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Query snapshots by filters
1212

1313
```hcl
1414
data "tencentcloud_cbs_snapshots" "snapshots" {
15-
snapshot_id = "snap-hibh08s3"
15+
snapshot_id = "snap-hibh08s3"
16+
result_output_file = "my_snapshots"
1617
}
1718
1819
data "tencentcloud_cbs_snapshots" "snapshots" {

website/docs/d/cbs_snapshots.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ data "tencentcloud_cbs_snapshots" "snapshots" {}
2323

2424
```hcl
2525
data "tencentcloud_cbs_snapshots" "snapshots" {
26-
snapshot_id = "snap-hibh08s3"
26+
snapshot_id = "snap-hibh08s3"
27+
result_output_file = "my_snapshots"
2728
}
2829
2930
data "tencentcloud_cbs_snapshots" "snapshots" {

0 commit comments

Comments
 (0)