@@ -469,9 +469,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
469469}
470470
471471// Resources
472- // Generated resources: 490
472+ // Generated resources: 491
473473// Generated IAM resources: 282
474- // Total generated resources: 772
474+ // Total generated resources: 773
475475var generatedResources = map [string ]* schema.Resource {
476476 "google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
477477 "google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -1140,6 +1140,7 @@ var generatedResources = map[string]*schema.Resource{
11401140 "google_scc_notification_config" : securitycenter .ResourceSecurityCenterNotificationConfig (),
11411141 "google_scc_organization_custom_module" : securitycenter .ResourceSecurityCenterOrganizationCustomModule (),
11421142 "google_scc_project_custom_module" : securitycenter .ResourceSecurityCenterProjectCustomModule (),
1143+ "google_scc_project_notification_config" : securitycenter .ResourceSecurityCenterProjectNotificationConfig (),
11431144 "google_scc_source" : securitycenter .ResourceSecurityCenterSource (),
11441145 "google_scc_source_iam_binding" : tpgiamresource .ResourceIamBinding (securitycenter .SecurityCenterSourceIamSchema , securitycenter .SecurityCenterSourceIamUpdaterProducer , securitycenter .SecurityCenterSourceIdParseFunc ),
11451146 "google_scc_source_iam_member" : tpgiamresource .ResourceIamMember (securitycenter .SecurityCenterSourceIamSchema , securitycenter .SecurityCenterSourceIamUpdaterProducer , securitycenter .SecurityCenterSourceIdParseFunc ),
0 commit comments