Skip to content

Commit b835d28

Browse files
Add AssessmentRule resource for contactcenterinsights (#16512) (#11764)
[upstream:a5fa88b672664027301292c93aaa0519f7f03be8] Signed-off-by: Modular Magician <[email protected]>
1 parent e258ff9 commit b835d28

8 files changed

+1646
-2
lines changed

.changelog/16512.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_contact_center_insights_assessment_rule`
3+
```

google-beta/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,9 +653,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
653653
}
654654

655655
// Resources
656-
// Generated resources: 801
656+
// Generated resources: 802
657657
// Generated IAM resources: 360
658-
// Total generated resources: 1161
658+
// Total generated resources: 1162
659659
var generatedResources = map[string]*schema.Resource{
660660
"google_folder_access_approval_settings": registry.Resource("google_folder_access_approval_settings"),
661661
"google_organization_access_approval_settings": registry.Resource("google_organization_access_approval_settings"),
@@ -1078,6 +1078,7 @@ var generatedResources = map[string]*schema.Resource{
10781078
"google_compute_vpn_tunnel": registry.Resource("google_compute_vpn_tunnel"),
10791079
"google_compute_wire_group": registry.Resource("google_compute_wire_group"),
10801080
"google_contact_center_insights_analysis_rule": registry.Resource("google_contact_center_insights_analysis_rule"),
1081+
"google_contact_center_insights_assessment_rule": registry.Resource("google_contact_center_insights_assessment_rule"),
10811082
"google_contact_center_insights_auto_labeling_rule": registry.Resource("google_contact_center_insights_auto_labeling_rule"),
10821083
"google_contact_center_insights_view": registry.Resource("google_contact_center_insights_view"),
10831084
"google_container_analysis_note": registry.Resource("google_container_analysis_note"),

0 commit comments

Comments
 (0)