Skip to content

Commit fe7e4f0

Browse files
Add Resource SCC V1 Folder Nofitification Config (#11367) (#19057)
[upstream:34612028704e51a82143355e31e8efdfdd2c5e44] Signed-off-by: Modular Magician <[email protected]>
1 parent 5869500 commit fe7e4f0

6 files changed

+909
-2
lines changed

.changelog/11367.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_scc_folder_notification_config`
3+
```

google/provider/provider_mmv1_resources.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
427427
}
428428

429429
// Resources
430-
// Generated resources: 447
430+
// Generated resources: 448
431431
// Generated IAM resources: 255
432-
// Total generated resources: 702
432+
// Total generated resources: 703
433433
var generatedResources = map[string]*schema.Resource{
434434
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
435435
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1027,6 +1027,7 @@ var generatedResources = map[string]*schema.Resource{
10271027
"google_secure_source_manager_repository_iam_policy": tpgiamresource.ResourceIamPolicy(securesourcemanager.SecureSourceManagerRepositoryIamSchema, securesourcemanager.SecureSourceManagerRepositoryIamUpdaterProducer, securesourcemanager.SecureSourceManagerRepositoryIdParseFunc),
10281028
"google_scc_event_threat_detection_custom_module": securitycenter.ResourceSecurityCenterEventThreatDetectionCustomModule(),
10291029
"google_scc_folder_custom_module": securitycenter.ResourceSecurityCenterFolderCustomModule(),
1030+
"google_scc_folder_notification_config": securitycenter.ResourceSecurityCenterFolderNotificationConfig(),
10301031
"google_scc_mute_config": securitycenter.ResourceSecurityCenterMuteConfig(),
10311032
"google_scc_notification_config": securitycenter.ResourceSecurityCenterNotificationConfig(),
10321033
"google_scc_organization_custom_module": securitycenter.ResourceSecurityCenterOrganizationCustomModule(),

0 commit comments

Comments
 (0)