Skip to content

Commit 9cef726

Browse files
authored
fix(teo): [126704316] tencentcloud_teo_l7_acc_rule_v2 update header_actions properties (#3489)
* add * add
1 parent e5e4de0 commit 9cef726

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/3489.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: update header_actions properties
3+
```

tencentcloud/services/teo/resource_tc_teo_l7_acc_rule_extension.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ func TencentTeoL7RuleBranchBasicInfo(depth int) map[string]*schema.Schema {
965965
"header_actions": {
966966
Type: schema.TypeList,
967967
Optional: true,
968-
MaxItems: 1,
969968
Description: "HTTP origin-pull header rules list.",
970969
Elem: &schema.Resource{
971970
Schema: map[string]*schema.Schema{
@@ -1000,7 +999,6 @@ func TencentTeoL7RuleBranchBasicInfo(depth int) map[string]*schema.Schema {
1000999
"header_actions": {
10011000
Type: schema.TypeList,
10021001
Optional: true,
1003-
MaxItems: 1,
10041002
Description: "List of http header setting rules.",
10051003
Elem: &schema.Resource{
10061004
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)