File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tencentcloud/services/teo Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:enhancement
2+ resource/tencentcloud_teo_l7_acc_rule_v2: update header_actions properties
3+ ```
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments