Skip to content

Commit 5869500

Browse files
Add Resource SCC V2 Folder Nofitification Config (#11346) (#19055)
[upstream:ad760f6dd6e3e982ae40afaf9ce0b34ca067d7cf] Signed-off-by: Modular Magician <[email protected]>
1 parent 949e0ec commit 5869500

6 files changed

+922
-2
lines changed

.changelog/11346.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_scc_v2_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: 446
430+
// Generated resources: 447
431431
// Generated IAM resources: 255
432-
// Total generated resources: 701
432+
// Total generated resources: 702
433433
var generatedResources = map[string]*schema.Resource{
434434
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
435435
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1041,6 +1041,7 @@ var generatedResources = map[string]*schema.Resource{
10411041
"google_scc_management_organization_security_health_analytics_custom_module": securitycentermanagement.ResourceSecurityCenterManagementOrganizationSecurityHealthAnalyticsCustomModule(),
10421042
"google_scc_management_project_security_health_analytics_custom_module": securitycentermanagement.ResourceSecurityCenterManagementProjectSecurityHealthAnalyticsCustomModule(),
10431043
"google_scc_v2_folder_mute_config": securitycenterv2.ResourceSecurityCenterV2FolderMuteConfig(),
1044+
"google_scc_v2_folder_notification_config": securitycenterv2.ResourceSecurityCenterV2FolderNotificationConfig(),
10441045
"google_scc_v2_organization_mute_config": securitycenterv2.ResourceSecurityCenterV2OrganizationMuteConfig(),
10451046
"google_scc_v2_organization_notification_config": securitycenterv2.ResourceSecurityCenterV2OrganizationNotificationConfig(),
10461047
"google_scc_v2_organization_source": securitycenterv2.ResourceSecurityCenterV2OrganizationSource(),

0 commit comments

Comments
 (0)