Skip to content

Commit 7d4f97e

Browse files
committed
doc: make doc
1 parent 166d8d9 commit 7d4f97e

File tree

3 files changed

+96
-0
lines changed

3 files changed

+96
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
subcategory: "Cloud Infinite(CI)"
3+
layout: "tencentcloud"
4+
page_title: "TencentCloud: tencentcloud_ci_guetzli"
5+
sidebar_current: "docs-tencentcloud-resource-ci_guetzli"
6+
description: |-
7+
Manage Guetzli compression functionality
8+
---
9+
10+
# tencentcloud_ci_guetzli
11+
12+
Manage Guetzli compression functionality
13+
14+
## Example Usage
15+
16+
```hcl
17+
resource "tencentcloud_ci_guetzli" "foo" {
18+
bucket = "examplebucket-1250000000"
19+
status = "on"
20+
}
21+
```
22+
23+
## Argument Reference
24+
25+
The following arguments are supported:
26+
27+
* `bucket` - (Required, String, ForceNew) The name of a bucket, the format should be [custom name]-[appid], for example `mycos-1258798060`.
28+
* `status` - (Required, String) Whether Guetzli is set, options: on/off.
29+
30+
## Attributes Reference
31+
32+
In addition to all arguments above, the following attributes are exported:
33+
34+
* `id` - ID of the resource.
35+
36+
37+
38+
## Import
39+
40+
Resource guetzli can be imported using the id, e.g.
41+
42+
```
43+
$ terraform import tencentcloud_ci_guetzli.example examplebucket-1250000000
44+
```
45+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
subcategory: "Cloud Infinite(CI)"
3+
layout: "tencentcloud"
4+
page_title: "TencentCloud: tencentcloud_ci_original_image_protection"
5+
sidebar_current: "docs-tencentcloud-resource-ci_original_image_protection"
6+
description: |-
7+
Manage original image protection functionality
8+
---
9+
10+
# tencentcloud_ci_original_image_protection
11+
12+
Manage original image protection functionality
13+
14+
## Example Usage
15+
16+
```hcl
17+
resource "tencentcloud_ci_original_image_protection" "foo" {
18+
bucket = "examplebucket-1250000000"
19+
status = "on"
20+
}
21+
```
22+
23+
## Argument Reference
24+
25+
The following arguments are supported:
26+
27+
* `bucket` - (Required, String, ForceNew) The name of a bucket, the format should be [custom name]-[appid], for example `mycos-1258798060`.
28+
* `status` - (Required, String) Whether original image protection is set, options: on/off.
29+
30+
## Attributes Reference
31+
32+
In addition to all arguments above, the following attributes are exported:
33+
34+
* `id` - ID of the resource.
35+
36+
37+
38+
## Import
39+
40+
Resource original image protection can be imported using the id, e.g.
41+
42+
```
43+
$ terraform import tencentcloud_ci_original_image_protection.example examplebucket-1250000000
44+
```
45+

website/tencentcloud.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,9 @@
538538
<li>
539539
<a href="/docs/providers/tencentcloud/r/ci_bucket_pic_style.html">tencentcloud_ci_bucket_pic_style</a>
540540
</li>
541+
<li>
542+
<a href="/docs/providers/tencentcloud/r/ci_guetzli.html">tencentcloud_ci_guetzli</a>
543+
</li>
541544
<li>
542545
<a href="/docs/providers/tencentcloud/r/ci_hot_link.html">tencentcloud_ci_hot_link</a>
543546
</li>
@@ -583,6 +586,9 @@
583586
<li>
584587
<a href="/docs/providers/tencentcloud/r/ci_media_watermark_template.html">tencentcloud_ci_media_watermark_template</a>
585588
</li>
589+
<li>
590+
<a href="/docs/providers/tencentcloud/r/ci_original_image_protection.html">tencentcloud_ci_original_image_protection</a>
591+
</li>
586592
</ul>
587593
</li>
588594
</ul>

0 commit comments

Comments
 (0)