@@ -423,9 +423,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
423
423
}
424
424
425
425
// Resources
426
- // Generated resources: 438
426
+ // Generated resources: 439
427
427
// Generated IAM resources: 252
428
- // Total generated resources: 690
428
+ // Total generated resources: 691
429
429
var generatedResources = map [string ]* schema.Resource {
430
430
"google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
431
431
"google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -1030,6 +1030,7 @@ var generatedResources = map[string]*schema.Resource{
1030
1030
"google_scc_management_organization_event_threat_detection_custom_module" : securitycentermanagement .ResourceSecurityCenterManagementOrganizationEventThreatDetectionCustomModule (),
1031
1031
"google_scc_management_organization_security_health_analytics_custom_module" : securitycentermanagement .ResourceSecurityCenterManagementOrganizationSecurityHealthAnalyticsCustomModule (),
1032
1032
"google_scc_management_project_security_health_analytics_custom_module" : securitycentermanagement .ResourceSecurityCenterManagementProjectSecurityHealthAnalyticsCustomModule (),
1033
+ "google_scc_v2_organization_mute_config" : securitycenterv2 .ResourceSecurityCenterV2OrganizationMuteConfig (),
1033
1034
"google_scc_v2_organization_notification_config" : securitycenterv2 .ResourceSecurityCenterV2OrganizationNotificationConfig (),
1034
1035
"google_securityposture_posture" : securityposture .ResourceSecurityposturePosture (),
1035
1036
"google_securityposture_posture_deployment" : securityposture .ResourceSecurityposturePostureDeployment (),
0 commit comments