Skip to content

Commit c157041

Browse files
Add folder level mute config for SCC v2 (#11259) (#18924)
[upstream:9bc9d19f4f49af405c68357bb4f8711c48a266cf] Signed-off-by: Modular Magician <[email protected]>
1 parent 928be0d commit c157041

6 files changed

+833
-2
lines changed

.changelog/11259.txt

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

google/provider/provider_mmv1_resources.go

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

425425
// Resources
426-
// Generated resources: 440
426+
// Generated resources: 441
427427
// Generated IAM resources: 252
428-
// Total generated resources: 692
428+
// Total generated resources: 693
429429
var generatedResources = map[string]*schema.Resource{
430430
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
431431
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1031,6 +1031,7 @@ var generatedResources = map[string]*schema.Resource{
10311031
"google_scc_management_organization_event_threat_detection_custom_module": securitycentermanagement.ResourceSecurityCenterManagementOrganizationEventThreatDetectionCustomModule(),
10321032
"google_scc_management_organization_security_health_analytics_custom_module": securitycentermanagement.ResourceSecurityCenterManagementOrganizationSecurityHealthAnalyticsCustomModule(),
10331033
"google_scc_management_project_security_health_analytics_custom_module": securitycentermanagement.ResourceSecurityCenterManagementProjectSecurityHealthAnalyticsCustomModule(),
1034+
"google_scc_v2_folder_mute_config": securitycenterv2.ResourceSecurityCenterV2FolderMuteConfig(),
10341035
"google_scc_v2_organization_mute_config": securitycenterv2.ResourceSecurityCenterV2OrganizationMuteConfig(),
10351036
"google_scc_v2_organization_notification_config": securitycenterv2.ResourceSecurityCenterV2OrganizationNotificationConfig(),
10361037
"google_securityposture_posture": securityposture.ResourceSecurityposturePosture(),

0 commit comments

Comments
 (0)