Skip to content

Commit 423ee1e

Browse files
Add AnalysisRule resource for contactcenterinsights (#13430) (#23435)
[upstream:e6fe2a6131dd815c67beac1425900ef9aada0cd3] Signed-off-by: Modular Magician <[email protected]>
1 parent f95cd94 commit 423ee1e

8 files changed

+1956
-2
lines changed

.changelog/13430.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_analysis_rule`
3+
```

google/provider/provider_mmv1_resources.go

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

545545
// Resources
546-
// Generated resources: 625
546+
// Generated resources: 626
547547
// Generated IAM resources: 309
548-
// Total generated resources: 934
548+
// Total generated resources: 935
549549
var generatedResources = map[string]*schema.Resource{
550550
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
551551
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -884,6 +884,7 @@ var generatedResources = map[string]*schema.Resource{
884884
"google_compute_url_map": compute.ResourceComputeUrlMap(),
885885
"google_compute_vpn_gateway": compute.ResourceComputeVpnGateway(),
886886
"google_compute_vpn_tunnel": compute.ResourceComputeVpnTunnel(),
887+
"google_contact_center_insights_analysis_rule": contactcenterinsights.ResourceContactCenterInsightsAnalysisRule(),
887888
"google_contact_center_insights_view": contactcenterinsights.ResourceContactCenterInsightsView(),
888889
"google_container_analysis_note": containeranalysis.ResourceContainerAnalysisNote(),
889890
"google_container_analysis_note_iam_binding": tpgiamresource.ResourceIamBinding(containeranalysis.ContainerAnalysisNoteIamSchema, containeranalysis.ContainerAnalysisNoteIamUpdaterProducer, containeranalysis.ContainerAnalysisNoteIdParseFunc),

0 commit comments

Comments
 (0)