Skip to content

Commit cca30e0

Browse files
Add support for Materialized Views (#13251) (#22475)
[upstream:f2af0ac8352389c4f510f9479cecdde719543f9d] Signed-off-by: Modular Magician <[email protected]>
1 parent 4e01ad1 commit cca30e0

7 files changed

+779
-2
lines changed

.changelog/13251.txt

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

google/provider/provider_mmv1_resources.go

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

518518
// Resources
519-
// Generated resources: 590
519+
// Generated resources: 591
520520
// Generated IAM resources: 297
521-
// Total generated resources: 887
521+
// Total generated resources: 888
522522
var generatedResources = map[string]*schema.Resource{
523523
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
524524
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -637,6 +637,7 @@ var generatedResources = map[string]*schema.Resource{
637637
"google_bigquery_reservation": bigqueryreservation.ResourceBigqueryReservationReservation(),
638638
"google_bigquery_reservation_assignment": bigqueryreservation.ResourceBigqueryReservationReservationAssignment(),
639639
"google_bigtable_app_profile": bigtable.ResourceBigtableAppProfile(),
640+
"google_bigtable_materialized_view": bigtable.ResourceBigtableMaterializedView(),
640641
"google_billing_budget": billing.ResourceBillingBudget(),
641642
"google_binary_authorization_attestor": binaryauthorization.ResourceBinaryAuthorizationAttestor(),
642643
"google_binary_authorization_attestor_iam_binding": tpgiamresource.ResourceIamBinding(binaryauthorization.BinaryAuthorizationAttestorIamSchema, binaryauthorization.BinaryAuthorizationAttestorIamUpdaterProducer, binaryauthorization.BinaryAuthorizationAttestorIdParseFunc),

0 commit comments

Comments
 (0)