Skip to content

Commit e80d02b

Browse files
committed
feat: add changelog
1 parent 05122df commit e80d02b

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.changelog/3538.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_teo_l7_acc_rule_v2: support `origin_pull_protocol_parameters` fields
3+
```

tencentcloud/services/teo/resource_tc_teo_l7_acc_rule_extension.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ func TencentTeoL7RuleBranchBasicInfo(depth int) map[string]*schema.Schema {
576576
"protocol": {
577577
Type: schema.TypeString,
578578
Optional: true,
579-
Description: "Back-to-origin protocol configuration. Possible values ​​are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.",
579+
Description: "Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.",
580580
},
581581
},
582582
},

website/docs/r/teo_l7_acc_rule.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ The `actions` object of `branches` supports the following:
414414
* `modify_response_header_parameters` - (Optional, List) Modify http node response header configuration parameters. this parameter is required when name is modifyresponseheader.
415415
* `ocsp_stapling_parameters` - (Optional, List) OCSP stapling configuration parameter. this parameter is required when the name is set to ocspstapling.
416416
* `offline_cache_parameters` - (Optional, List) Offline cache configuration parameter. this parameter is required when name is offlinecache.
417+
* `origin_pull_protocol_parameters` - (Optional, List) Back-to-origin HTTPS configuration parameter. This parameter is required when the Name value is `OriginPullProtocol`.
417418
* `post_max_size_parameters` - (Optional, List) Maximum size configuration for file streaming upload via a post request. this parameter is required when name is postmaxsize.
418419
* `quic_parameters` - (Optional, List) The quic configuration parameter. this parameter is required when name is quic.
419420
* `range_origin_pull_parameters` - (Optional, List) Shard source retrieval configuration parameter. this parameter is required when name is set to rangeoriginpull.
@@ -616,6 +617,10 @@ The `offline_cache_parameters` object of `actions` supports the following:
616617

617618
* `switch` - (Optional, String) Whether to enable offline caching. values: on: enable; Off: disable.
618619

620+
The `origin_pull_protocol_parameters` object of `actions` supports the following:
621+
622+
* `protocol` - (Optional, String) Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.
623+
619624
The `post_max_size_parameters` object of `actions` supports the following:
620625

621626
* `max_size` - (Optional, Int) Maximum size of the file uploaded for streaming via a post request, in bytes. value range: 1 * 2^20 bytes to 500 * 2^20 bytes.

website/docs/r/teo_l7_acc_rule_v2.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ The `actions` object of `branches` supports the following:
175175
* `modify_response_header_parameters` - (Optional, List) Modify http node response header configuration parameters. this parameter is required when name is modifyresponseheader.
176176
* `ocsp_stapling_parameters` - (Optional, List) OCSP stapling configuration parameter. this parameter is required when the name is set to ocspstapling.
177177
* `offline_cache_parameters` - (Optional, List) Offline cache configuration parameter. this parameter is required when name is offlinecache.
178+
* `origin_pull_protocol_parameters` - (Optional, List) Back-to-origin HTTPS configuration parameter. This parameter is required when the Name value is `OriginPullProtocol`.
178179
* `post_max_size_parameters` - (Optional, List) Maximum size configuration for file streaming upload via a post request. this parameter is required when name is postmaxsize.
179180
* `quic_parameters` - (Optional, List) The quic configuration parameter. this parameter is required when name is quic.
180181
* `range_origin_pull_parameters` - (Optional, List) Shard source retrieval configuration parameter. this parameter is required when name is set to rangeoriginpull.
@@ -377,6 +378,10 @@ The `offline_cache_parameters` object of `actions` supports the following:
377378

378379
* `switch` - (Optional, String) Whether to enable offline caching. values: on: enable; Off: disable.
379380

381+
The `origin_pull_protocol_parameters` object of `actions` supports the following:
382+
383+
* `protocol` - (Optional, String) Back-to-origin protocol configuration. Possible values are: `http`: use HTTP protocol for back-to-origin; `https`: use HTTPS protocol for back-to-origin; `follow`: follow the protocol.
384+
380385
The `post_max_size_parameters` object of `actions` supports the following:
381386

382387
* `max_size` - (Optional, Int) Maximum size of the file uploaded for streaming via a post request, in bytes. value range: 1 * 2^20 bytes to 500 * 2^20 bytes.

0 commit comments

Comments
 (0)