Skip to content

Commit 33c59f4

Browse files
author
WeiMengXS
committed
fix: commit
1 parent 6054983 commit 33c59f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/2115.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
```release-note:new-resource
22
tencentcloud_cam_mfa_flag
33
```
4+
```release-note:enhancement
5+
resource/tencentcloud_tcr_service_account: Supports `csr_type` modification
6+
```

tencentcloud/resource_tc_cam_mfa_flag.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ func resourceTencentCloudCamMfaFlag() *schema.Resource {
5656
Schema: map[string]*schema.Schema{
5757
"op_uin": {
5858
Required: true,
59-
ForceNew: true,
6059
Type: schema.TypeInt,
6160
Description: "Operate uin.",
6261
},

0 commit comments

Comments
 (0)