Skip to content

Commit 25846ca

Browse files
Add organization level mute config for SCC v2. (#11168) (#18752)
[upstream:9f0eb418c74d7065efd3d9edc359164d6f7c0e4e] Signed-off-by: Modular Magician <[email protected]>
1 parent 12b7f67 commit 25846ca

7 files changed

+916
-2
lines changed

.changelog/11168.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_scc_v2_organization_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: 438
426+
// Generated resources: 439
427427
// Generated IAM resources: 252
428-
// Total generated resources: 690
428+
// Total generated resources: 691
429429
var generatedResources = map[string]*schema.Resource{
430430
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
431431
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1030,6 +1030,7 @@ var generatedResources = map[string]*schema.Resource{
10301030
"google_scc_management_organization_event_threat_detection_custom_module": securitycentermanagement.ResourceSecurityCenterManagementOrganizationEventThreatDetectionCustomModule(),
10311031
"google_scc_management_organization_security_health_analytics_custom_module": securitycentermanagement.ResourceSecurityCenterManagementOrganizationSecurityHealthAnalyticsCustomModule(),
10321032
"google_scc_management_project_security_health_analytics_custom_module": securitycentermanagement.ResourceSecurityCenterManagementProjectSecurityHealthAnalyticsCustomModule(),
1033+
"google_scc_v2_organization_mute_config": securitycenterv2.ResourceSecurityCenterV2OrganizationMuteConfig(),
10331034
"google_scc_v2_organization_notification_config": securitycenterv2.ResourceSecurityCenterV2OrganizationNotificationConfig(),
10341035
"google_securityposture_posture": securityposture.ResourceSecurityposturePosture(),
10351036
"google_securityposture_posture_deployment": securityposture.ResourceSecurityposturePostureDeployment(),

0 commit comments

Comments
 (0)