Skip to content

Commit 879bd97

Browse files
Adds google_storage_anywhere_cache resource (#13023) (#21537)
[upstream:5cbf7a8ff63cbac5f12eb638e9a4ee26a6bdc64f] Signed-off-by: Modular Magician <[email protected]>
1 parent fac6ac0 commit 879bd97

8 files changed

+898
-3
lines changed

.changelog/13023.txt

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

google/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
483483
}
484484

485485
// Resources
486-
// Generated resources: 530
486+
// Generated resources: 531
487487
// Generated IAM resources: 276
488-
// Total generated resources: 806
488+
// Total generated resources: 807
489489
var generatedResources = map[string]*schema.Resource{
490490
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
491491
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -1224,6 +1224,7 @@ var generatedResources = map[string]*schema.Resource{
12241224
"google_spanner_instance_partition": spanner.ResourceSpannerInstancePartition(),
12251225
"google_sql_database": sql.ResourceSQLDatabase(),
12261226
"google_sql_source_representation_instance": sql.ResourceSQLSourceRepresentationInstance(),
1227+
"google_storage_anywhere_cache": storage.ResourceStorageAnywhereCache(),
12271228
"google_storage_bucket_iam_binding": tpgiamresource.ResourceIamBinding(storage.StorageBucketIamSchema, storage.StorageBucketIamUpdaterProducer, storage.StorageBucketIdParseFunc),
12281229
"google_storage_bucket_iam_member": tpgiamresource.ResourceIamMember(storage.StorageBucketIamSchema, storage.StorageBucketIamUpdaterProducer, storage.StorageBucketIdParseFunc),
12291230
"google_storage_bucket_iam_policy": tpgiamresource.ResourceIamPolicy(storage.StorageBucketIamSchema, storage.StorageBucketIamUpdaterProducer, storage.StorageBucketIdParseFunc),

0 commit comments

Comments
 (0)