Skip to content

Commit

Permalink
Adding a new cloud logging resource LogScope to Terraform (#11763) (#…
Browse files Browse the repository at this point in the history
…8235)

[upstream:ec8609a33e02287d6d6d90339938efc55865bc02]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Sep 20, 2024
1 parent 99850a0 commit 5748a5a
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11763.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_logging_log_scope`
```
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 @@ -485,9 +485,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 529
// Generated resources: 530
// Generated IAM resources: 291
// Total generated resources: 820
// Total generated resources: 821
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -1045,6 +1045,7 @@ var generatedResources = map[string]*schema.Resource{
"google_kms_secret_ciphertext": kms.ResourceKMSSecretCiphertext(),
"google_logging_folder_settings": logging.ResourceLoggingFolderSettings(),
"google_logging_linked_dataset": logging.ResourceLoggingLinkedDataset(),
"google_logging_log_scope": logging.ResourceLoggingLogScope(),
"google_logging_log_view": logging.ResourceLoggingLogView(),
"google_logging_log_view_iam_binding": tpgiamresource.ResourceIamBinding(logging.LoggingLogViewIamSchema, logging.LoggingLogViewIamUpdaterProducer, logging.LoggingLogViewIdParseFunc),
"google_logging_log_view_iam_member": tpgiamresource.ResourceIamMember(logging.LoggingLogViewIamSchema, logging.LoggingLogViewIamUpdaterProducer, logging.LoggingLogViewIdParseFunc),
Expand Down
Loading

0 comments on commit 5748a5a

Please sign in to comment.