Skip to content

Commit

Permalink
Add project level mute config for SCC v2 (#11316) (#7881)
Browse files Browse the repository at this point in the history
[upstream:05e0a2ec0048d92dbf8b85c9debe4b5fba28e721]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 5, 2024
1 parent 97b7137 commit 7268af5
Show file tree
Hide file tree
Showing 6 changed files with 843 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11316.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:REPLACEME
`google_scc_v2_project_mute_config`
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 499
// Generated resources: 500
// Generated IAM resources: 282
// Total generated resources: 781
// Total generated resources: 782
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1160,6 +1160,7 @@ var generatedResources = map[string]*schema.Resource{
"google_scc_v2_folder_mute_config": securitycenterv2.ResourceSecurityCenterV2FolderMuteConfig(),
"google_scc_v2_organization_mute_config": securitycenterv2.ResourceSecurityCenterV2OrganizationMuteConfig(),
"google_scc_v2_organization_notification_config": securitycenterv2.ResourceSecurityCenterV2OrganizationNotificationConfig(),
"google_scc_v2_project_mute_config": securitycenterv2.ResourceSecurityCenterV2ProjectMuteConfig(),
"google_securityposture_posture": securityposture.ResourceSecurityposturePosture(),
"google_securityposture_posture_deployment": securityposture.ResourceSecurityposturePostureDeployment(),
"google_security_scanner_scan_config": securityscanner.ResourceSecurityScannerScanConfig(),
Expand Down
Loading

0 comments on commit 7268af5

Please sign in to comment.