We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6054983 commit 33c59f4Copy full SHA for 33c59f4
.changelog/2115.txt
@@ -1,3 +1,6 @@
1
```release-note:new-resource
2
tencentcloud_cam_mfa_flag
3
```
4
+```release-note:enhancement
5
+resource/tencentcloud_tcr_service_account: Supports `csr_type` modification
6
+```
tencentcloud/resource_tc_cam_mfa_flag.go
@@ -56,7 +56,6 @@ func resourceTencentCloudCamMfaFlag() *schema.Resource {
56
Schema: map[string]*schema.Schema{
57
"op_uin": {
58
Required: true,
59
- ForceNew: true,
60
Type: schema.TypeInt,
61
Description: "Operate uin.",
62
},
0 commit comments