Skip to content

Commit

Permalink
added new resource bq/routine (#4109) (#2622)
Browse files Browse the repository at this point in the history
* added new resource  bq/routine

* removed changes in bq/dataset

* added exclude for ansible and inspect

* updated with reviewer suggestions

* updated to add a json example and some attributes

Co-authored-by: Edward Sun <[email protected]>
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Edward Sun <[email protected]>
  • Loading branch information
modular-magician and Edward Sun authored Oct 20, 2020
1 parent 85185ce commit 7c6f446
Show file tree
Hide file tree
Showing 8 changed files with 1,346 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/4109.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_bigquery_routine`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -749,9 +749,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 192
// Generated resources: 193
// Generated IAM resources: 81
// Total generated resources: 273
// Total generated resources: 274
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -788,6 +788,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_bigquery_table_iam_binding": ResourceIamBinding(BigQueryTableIamSchema, BigQueryTableIamUpdaterProducer, BigQueryTableIdParseFunc),
"google_bigquery_table_iam_member": ResourceIamMember(BigQueryTableIamSchema, BigQueryTableIamUpdaterProducer, BigQueryTableIdParseFunc),
"google_bigquery_table_iam_policy": ResourceIamPolicy(BigQueryTableIamSchema, BigQueryTableIamUpdaterProducer, BigQueryTableIdParseFunc),
"google_bigquery_routine": resourceBigQueryRoutine(),
"google_bigquery_connection": resourceBigqueryConnectionConnection(),
"google_bigquery_data_transfer_config": resourceBigqueryDataTransferConfig(),
"google_bigquery_reservation": resourceBigqueryReservationReservation(),
Expand Down
Loading

0 comments on commit 7c6f446

Please sign in to comment.