File tree 2 files changed +7
-4
lines changed
tencentcloud/services/tco
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:enhancement
2
+ resource/tencentcloud_identity_center_group: `group_type` support optional
3
+ ```
Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ func TestAccTencentCloudIdentityCenterGroupResource_basic(t *testing.T) {
48
48
49
49
const testAccIdentityCenterGroup = `
50
50
resource "tencentcloud_identity_center_group" "identity_center_group" {
51
- zone_id = "z-s64jh54hbcra"
51
+ zone_id = "z-s64jh54hbcra"
52
52
group_name = "tf-test-group"
53
53
description = "test"
54
- group_type = "Manual"
54
+ group_type = "Manual"
55
55
}
56
56
`
57
57
58
58
const testAccIdentityCenterGroupUpdate = `
59
59
resource "tencentcloud_identity_center_group" "identity_center_group" {
60
- zone_id = "z-s64jh54hbcra"
60
+ zone_id = "z-s64jh54hbcra"
61
61
group_name = "tf-test-group"
62
62
description = "test_update"
63
- group_type = "Manual"
63
+ group_type = "Manual"
64
64
}
65
65
`
You can’t perform that action at this time.
0 commit comments