File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
tencentcloud/services/tco Expand file tree Collapse file tree 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) {
4848
4949const testAccIdentityCenterGroup = `
5050resource "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
5858const testAccIdentityCenterGroupUpdate = `
5959resource "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`
You can’t perform that action at this time.
0 commit comments