Skip to content

Commit 7afbead

Browse files
authored
make suffix computed (#2247)
* make suffix computed * add changelog
1 parent dfca471 commit 7afbead

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/2247.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_service_linked_role: Set `custom_suffix` computed
3+
```

tencentcloud/resource_tc_cam_service_linked_role.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func resourceTencentCloudCamServiceLinkedRole() *schema.Resource {
4949
Type: schema.TypeString,
5050
Optional: true,
5151
ForceNew: true,
52+
Computed: true,
5253
Description: "The custom suffix, based on the string you provide, is combined with the prefix provided by the service to form the full role name. This field is not allowed to contain the character `_`.",
5354
},
5455

0 commit comments

Comments
 (0)