Skip to content

Commit

Permalink
Adding support for big query capacity commitments (#7364) (#13902)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: drfaust92 <[email protected]>
  • Loading branch information
modular-magician and DrFaust92 authored Mar 3, 2023
1 parent a56669d commit fccd02b
Show file tree
Hide file tree
Showing 6 changed files with 766 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/7364.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_bigquery_capacity_commitment`
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -991,9 +991,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 271
// Generated resources: 272
// Generated IAM resources: 174
// Total generated resources: 445
// Total generated resources: 446
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1070,6 +1070,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_bigquery_connection_iam_member": ResourceIamMember(BigqueryConnectionConnectionIamSchema, BigqueryConnectionConnectionIamUpdaterProducer, BigqueryConnectionConnectionIdParseFunc),
"google_bigquery_connection_iam_policy": ResourceIamPolicy(BigqueryConnectionConnectionIamSchema, BigqueryConnectionConnectionIamUpdaterProducer, BigqueryConnectionConnectionIdParseFunc),
"google_bigquery_data_transfer_config": ResourceBigqueryDataTransferConfig(),
"google_bigquery_capacity_commitment": ResourceBigqueryReservationCapacityCommitment(),
"google_bigquery_reservation": ResourceBigqueryReservationReservation(),
"google_bigtable_app_profile": ResourceBigtableAppProfile(),
"google_billing_budget": ResourceBillingBudget(),
Expand Down
Loading

0 comments on commit fccd02b

Please sign in to comment.