Skip to content

Commit 727437b

Browse files
Adds google_storage_anywhere_cache resource (#13023)
[upstream:5cbf7a8ff63cbac5f12eb638e9a4ee26a6bdc64f] Signed-off-by: Modular Magician <[email protected]>
1 parent 4e67228 commit 727437b

8 files changed

+898
-3
lines changed

.changelog/13023.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_storage_anywhere_cache`
3+
```

google-beta/provider/provider_mmv1_resources.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
536536
}
537537

538538
// Resources
539-
// Generated resources: 610
539+
// Generated resources: 611
540540
// Generated IAM resources: 306
541-
// Total generated resources: 916
541+
// Total generated resources: 917
542542
var generatedResources = map[string]*schema.Resource{
543543
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
544544
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1384,6 +1384,7 @@ var generatedResources = map[string]*schema.Resource{
13841384
"google_spanner_instance_partition": spanner.ResourceSpannerInstancePartition(),
13851385
"google_sql_database": sql.ResourceSQLDatabase(),
13861386
"google_sql_source_representation_instance": sql.ResourceSQLSourceRepresentationInstance(),
1387+
"google_storage_anywhere_cache": storage.ResourceStorageAnywhereCache(),
13871388
"google_storage_bucket_iam_binding": tpgiamresource.ResourceIamBinding(storage.StorageBucketIamSchema, storage.StorageBucketIamUpdaterProducer, storage.StorageBucketIdParseFunc),
13881389
"google_storage_bucket_iam_member": tpgiamresource.ResourceIamMember(storage.StorageBucketIamSchema, storage.StorageBucketIamUpdaterProducer, storage.StorageBucketIdParseFunc),
13891390
"google_storage_bucket_iam_policy": tpgiamresource.ResourceIamPolicy(storage.StorageBucketIamSchema, storage.StorageBucketIamUpdaterProducer, storage.StorageBucketIdParseFunc),

0 commit comments

Comments
 (0)