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+
28## 1.56.5 (April 26, 2021)
39
410BUG FIXES:
Original file line number Diff line number Diff line change @@ -170,11 +170,13 @@ func resourceTencentCloudScfFunction() *schema.Resource {
170170 "cls_logset_id" : {
171171 Type : schema .TypeString ,
172172 Optional : true ,
173+ Computed : true ,
173174 Description : "cls logset id of the SCF function." ,
174175 },
175176 "cls_topic_id" : {
176177 Type : schema .TypeString ,
177178 Optional : true ,
179+ Computed : true ,
178180 Description : "cls topic id of the SCF function." ,
179181 },
180182 "l5_enable" : {
You can’t perform that action at this time.
0 commit comments