@@ -427,9 +427,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
427
427
}
428
428
429
429
// Resources
430
- // Generated resources: 446
430
+ // Generated resources: 447
431
431
// Generated IAM resources: 255
432
- // Total generated resources: 701
432
+ // Total generated resources: 702
433
433
var generatedResources = map [string ]* schema.Resource {
434
434
"google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
435
435
"google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -1041,6 +1041,7 @@ var generatedResources = map[string]*schema.Resource{
1041
1041
"google_scc_management_organization_security_health_analytics_custom_module" : securitycentermanagement .ResourceSecurityCenterManagementOrganizationSecurityHealthAnalyticsCustomModule (),
1042
1042
"google_scc_management_project_security_health_analytics_custom_module" : securitycentermanagement .ResourceSecurityCenterManagementProjectSecurityHealthAnalyticsCustomModule (),
1043
1043
"google_scc_v2_folder_mute_config" : securitycenterv2 .ResourceSecurityCenterV2FolderMuteConfig (),
1044
+ "google_scc_v2_folder_notification_config" : securitycenterv2 .ResourceSecurityCenterV2FolderNotificationConfig (),
1044
1045
"google_scc_v2_organization_mute_config" : securitycenterv2 .ResourceSecurityCenterV2OrganizationMuteConfig (),
1045
1046
"google_scc_v2_organization_notification_config" : securitycenterv2 .ResourceSecurityCenterV2OrganizationNotificationConfig (),
1046
1047
"google_scc_v2_organization_source" : securitycenterv2 .ResourceSecurityCenterV2OrganizationSource (),
0 commit comments