Skip to content

Commit 0dd9c81

Browse files
authored
feat(cam): [117556313]add computed (#2641)
* feat(cam): add computed * feat(cam): add computed
1 parent ae78eab commit 0dd9c81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/2641.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
tencentcloud_cam_role: `session_duration` increases computed familiarity
3+
```

tencentcloud/services/cam/resource_tc_cam_role.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func ResourceTencentCloudCamRole() *schema.Resource {
6969
"session_duration": {
7070
Type: schema.TypeInt,
7171
Optional: true,
72+
Computed: true,
7273
Description: "The maximum validity period of the temporary key for creating a role.",
7374
},
7475
"create_time": {

0 commit comments

Comments
 (0)