@@ -485,9 +485,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
485
485
}
486
486
487
487
// Resources
488
- // Generated resources: 529
488
+ // Generated resources: 530
489
489
// Generated IAM resources: 291
490
- // Total generated resources: 820
490
+ // Total generated resources: 821
491
491
var generatedResources = map [string ]* schema.Resource {
492
492
"google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
493
493
"google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -1045,6 +1045,7 @@ var generatedResources = map[string]*schema.Resource{
1045
1045
"google_kms_secret_ciphertext" : kms .ResourceKMSSecretCiphertext (),
1046
1046
"google_logging_folder_settings" : logging .ResourceLoggingFolderSettings (),
1047
1047
"google_logging_linked_dataset" : logging .ResourceLoggingLinkedDataset (),
1048
+ "google_logging_log_scope" : logging .ResourceLoggingLogScope (),
1048
1049
"google_logging_log_view" : logging .ResourceLoggingLogView (),
1049
1050
"google_logging_log_view_iam_binding" : tpgiamresource .ResourceIamBinding (logging .LoggingLogViewIamSchema , logging .LoggingLogViewIamUpdaterProducer , logging .LoggingLogViewIdParseFunc ),
1050
1051
"google_logging_log_view_iam_member" : tpgiamresource .ResourceIamMember (logging .LoggingLogViewIamSchema , logging .LoggingLogViewIamUpdaterProducer , logging .LoggingLogViewIdParseFunc ),
0 commit comments