Skip to content

Commit 9749ae5

Browse files
author
mikatong
committed
update
1 parent 1c98b36 commit 9749ae5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changelog/2992.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/tencentcloud_identity_center_group: `group_type` support optional
3+
```

tencentcloud/services/tco/resource_tc_identity_center_group_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ func TestAccTencentCloudIdentityCenterGroupResource_basic(t *testing.T) {
4848

4949
const testAccIdentityCenterGroup = `
5050
resource "tencentcloud_identity_center_group" "identity_center_group" {
51-
zone_id = "z-s64jh54hbcra"
51+
zone_id = "z-s64jh54hbcra"
5252
group_name = "tf-test-group"
5353
description = "test"
54-
group_type = "Manual"
54+
group_type = "Manual"
5555
}
5656
`
5757

5858
const testAccIdentityCenterGroupUpdate = `
5959
resource "tencentcloud_identity_center_group" "identity_center_group" {
60-
zone_id = "z-s64jh54hbcra"
60+
zone_id = "z-s64jh54hbcra"
6161
group_name = "tf-test-group"
6262
description = "test_update"
63-
group_type = "Manual"
63+
group_type = "Manual"
6464
}
6565
`

0 commit comments

Comments
 (0)