Skip to content

Commit 4dd9e4e

Browse files
authored
Merge pull request #622 from rostachen/master
filed `cls_logset_id` and `cls_logset_id` change to Computed
2 parents ca4fd55 + 8b9afbb commit 4dd9e4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

410
BUG FIXES:

tencentcloud/resource_tc_scf_function.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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": {

0 commit comments

Comments
 (0)