Skip to content

Commit

Permalink
Adding support for big query capacity commitments (#7364) (#5282)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: drfaust92 <ilia.lazebnik@gmail.com>
  • Loading branch information
modular-magician and DrFaust92 authored Mar 3, 2023
1 parent 203a52c commit feb0167
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-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1108,9 +1108,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 308
// Generated resources: 309
// Generated IAM resources: 204
// Total generated resources: 512
// Total generated resources: 513
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1204,6 +1204,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_bigquery_datapolicy_data_policy_iam_member": ResourceIamMember(BigqueryDatapolicyDataPolicyIamSchema, BigqueryDatapolicyDataPolicyIamUpdaterProducer, BigqueryDatapolicyDataPolicyIdParseFunc),
"google_bigquery_datapolicy_data_policy_iam_policy": ResourceIamPolicy(BigqueryDatapolicyDataPolicyIamSchema, BigqueryDatapolicyDataPolicyIamUpdaterProducer, BigqueryDatapolicyDataPolicyIdParseFunc),
"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 feb0167

Please sign in to comment.