Skip to content

Commit

Permalink
Add Resource SCC V1 Project Notification Config (#11004) (#18682)
Browse files Browse the repository at this point in the history
[upstream:f9598bbfc513e6fc92a6bed4cf08bc0843a6ff38]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Jul 9, 2024
1 parent 9f6870d commit 2c9db26
Show file tree
Hide file tree
Showing 7 changed files with 1,008 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11004.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_scc_project_notification_config`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 432
// Generated resources: 433
// Generated IAM resources: 252
// Total generated resources: 684
// Total generated resources: 685
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1013,6 +1013,7 @@ var generatedResources = map[string]*schema.Resource{
"google_scc_notification_config": securitycenter.ResourceSecurityCenterNotificationConfig(),
"google_scc_organization_custom_module": securitycenter.ResourceSecurityCenterOrganizationCustomModule(),
"google_scc_project_custom_module": securitycenter.ResourceSecurityCenterProjectCustomModule(),
"google_scc_project_notification_config": securitycenter.ResourceSecurityCenterProjectNotificationConfig(),
"google_scc_source": securitycenter.ResourceSecurityCenterSource(),
"google_scc_source_iam_binding": tpgiamresource.ResourceIamBinding(securitycenter.SecurityCenterSourceIamSchema, securitycenter.SecurityCenterSourceIamUpdaterProducer, securitycenter.SecurityCenterSourceIdParseFunc),
"google_scc_source_iam_member": tpgiamresource.ResourceIamMember(securitycenter.SecurityCenterSourceIamSchema, securitycenter.SecurityCenterSourceIamUpdaterProducer, securitycenter.SecurityCenterSourceIdParseFunc),
Expand Down
Loading

0 comments on commit 2c9db26

Please sign in to comment.