Skip to content

Commit 0b6c1f8

Browse files
feat(bigtable): Add support for schema bundles (#14458) (#23585)
[upstream:cad9d349528e4305f537423190f2b66d5708e89c] Signed-off-by: Modular Magician <[email protected]>
1 parent 12edd60 commit 0b6c1f8

11 files changed

+901
-2
lines changed

.changelog/14458.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_bigtable_schema_bundle`
3+
```

google/provider/provider_mmv1_resources.go

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

552552
// Resources
553-
// Generated resources: 631
553+
// Generated resources: 632
554554
// Generated IAM resources: 309
555-
// Total generated resources: 940
555+
// Total generated resources: 941
556556
var generatedResources = map[string]*schema.Resource{
557557
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
558558
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -684,6 +684,7 @@ var generatedResources = map[string]*schema.Resource{
684684
"google_bigtable_app_profile": bigtable.ResourceBigtableAppProfile(),
685685
"google_bigtable_logical_view": bigtable.ResourceBigtableLogicalView(),
686686
"google_bigtable_materialized_view": bigtable.ResourceBigtableMaterializedView(),
687+
"google_bigtable_schema_bundle": bigtable.ResourceBigtableSchemaBundle(),
687688
"google_billing_budget": billing.ResourceBillingBudget(),
688689
"google_binary_authorization_attestor": binaryauthorization.ResourceBinaryAuthorizationAttestor(),
689690
"google_binary_authorization_attestor_iam_binding": tpgiamresource.ResourceIamBinding(binaryauthorization.BinaryAuthorizationAttestorIamSchema, binaryauthorization.BinaryAuthorizationAttestorIamUpdaterProducer, binaryauthorization.BinaryAuthorizationAttestorIdParseFunc),

0 commit comments

Comments
 (0)