File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- ## 1.56.6 (Unreleased)
1
+ ## 1.56.7 (Unreleased)
2
+ ## 1.56.6 (May 7, 2021)
3
+
4
+ BUG FIXES:
5
+
6
+ * Resource: ` tencentcloud_scf_function ` filed ` cls_logset_id ` and ` cls_logset_id ` change to Computed.
7
+
2
8
## 1.56.5 (April 26, 2021)
3
9
4
10
BUG FIXES:
Original file line number Diff line number Diff line change @@ -170,11 +170,13 @@ func resourceTencentCloudScfFunction() *schema.Resource {
170
170
"cls_logset_id" : {
171
171
Type : schema .TypeString ,
172
172
Optional : true ,
173
+ Computed : true ,
173
174
Description : "cls logset id of the SCF function." ,
174
175
},
175
176
"cls_topic_id" : {
176
177
Type : schema .TypeString ,
177
178
Optional : true ,
179
+ Computed : true ,
178
180
Description : "cls topic id of the SCF function." ,
179
181
},
180
182
"l5_enable" : {
You can’t perform that action at this time.
0 commit comments