Skip to content

Commit

Permalink
Added google_scc_organization_custom_module (#9081) (#16012)
Browse files Browse the repository at this point in the history
* Added SCC org custom module

* Fixed parallelization of custom module tests

* Converted tabs to spaces

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Sep 26, 2023
1 parent de5c12b commit c62c32a
Show file tree
Hide file tree
Showing 12 changed files with 1,929 additions and 509 deletions.
3 changes: 3 additions & 0 deletions .changelog/9081.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_scc_organization_custom_module`
```
5 changes: 3 additions & 2 deletions google/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -994,9 +994,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 327
// Generated resources: 328
// Generated IAM resources: 210
// Total generated resources: 537
// Total generated resources: 538
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1479,6 +1479,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_scc_folder_custom_module": securitycenter.ResourceSecurityCenterFolderCustomModule(),
"google_scc_mute_config": securitycenter.ResourceSecurityCenterMuteConfig(),
"google_scc_notification_config": securitycenter.ResourceSecurityCenterNotificationConfig(),
"google_scc_organization_custom_module": securitycenter.ResourceSecurityCenterOrganizationCustomModule(),
"google_scc_project_custom_module": securitycenter.ResourceSecurityCenterProjectCustomModule(),
"google_scc_source": securitycenter.ResourceSecurityCenterSource(),
"google_scc_source_iam_binding": tpgiamresource.ResourceIamBinding(securitycenter.SecurityCenterSourceIamSchema, securitycenter.SecurityCenterSourceIamUpdaterProducer, securitycenter.SecurityCenterSourceIdParseFunc),
Expand Down

This file was deleted.

Loading

0 comments on commit c62c32a

Please sign in to comment.