Skip to content

Commit 5543086

Browse files
authored
Update Magic Modules (#132)
1 parent 84accf6 commit 5543086

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rules/magicmodules/product.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,22 +359,22 @@ var Products = map[string]Product{
359359
},
360360
"google_bigquery_dataset": {
361361
APIsRequired: []APIReference{
362-
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery-json.googleapis.com/"},
362+
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery.googleapis.com/"},
363363
},
364364
},
365365
"google_bigquery_dataset_access": {
366366
APIsRequired: []APIReference{
367-
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery-json.googleapis.com/"},
367+
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery.googleapis.com/"},
368368
},
369369
},
370370
"google_bigquery_job": {
371371
APIsRequired: []APIReference{
372-
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery-json.googleapis.com/"},
372+
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery.googleapis.com/"},
373373
},
374374
},
375375
"google_bigquery_routine": {
376376
APIsRequired: []APIReference{
377-
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery-json.googleapis.com/"},
377+
{Name: "BigQuery API", URL: "https://console.cloud.google.com/apis/library/bigquery.googleapis.com/"},
378378
},
379379
},
380380
"google_sourcerepo_repository": {

tools/magic-modules

Submodule magic-modules updated 378 files

0 commit comments

Comments
 (0)