Skip to content

Commit

Permalink
Add: BigLake API Database Resource (#8753) (#6161)
Browse files Browse the repository at this point in the history
* Add: BigLake api Database Resource

* add: database example

* add: database update test

* update: test fields

* update: mark `catalog_id` required + immutable

* update: `type` field. use string, mark required

* update: mark hiveoptions req

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 28, 2023
1 parent 6be9cfe commit cbde7e0
Show file tree
Hide file tree
Showing 6 changed files with 943 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/8753.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
google_biglake_database
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 372
// Generated resources: 373
// Generated IAM resources: 234
// Total generated resources: 606
// Total generated resources: 607
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1173,6 +1173,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_beyondcorp_app_connector": beyondcorp.ResourceBeyondcorpAppConnector(),
"google_beyondcorp_app_gateway": beyondcorp.ResourceBeyondcorpAppGateway(),
"google_biglake_catalog": biglake.ResourceBiglakeCatalog(),
"google_biglake_database": biglake.ResourceBiglakeDatabase(),
"google_bigquery_dataset": bigquery.ResourceBigQueryDataset(),
"google_bigquery_dataset_access": bigquery.ResourceBigQueryDatasetAccess(),
"google_bigquery_job": bigquery.ResourceBigQueryJob(),
Expand Down
Loading

0 comments on commit cbde7e0

Please sign in to comment.