Skip to content

Commit d236f39

Browse files
Add: BigLake API Database Resource (#8753) (#15651)
* 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]>
1 parent 258bd79 commit d236f39

File tree

6 files changed

+943
-2
lines changed

6 files changed

+943
-2
lines changed

.changelog/8753.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
google_biglake_database
3+
```

google/provider/provider.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
972972
})
973973
}
974974

975-
// Generated resources: 311
975+
// Generated resources: 312
976976
// Generated IAM resources: 204
977-
// Total generated resources: 515
977+
// Total generated resources: 516
978978
func ResourceMap() map[string]*schema.Resource {
979979
resourceMap, _ := ResourceMapWithErrors()
980980
return resourceMap
@@ -1038,6 +1038,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
10381038
"google_beyondcorp_app_connector": beyondcorp.ResourceBeyondcorpAppConnector(),
10391039
"google_beyondcorp_app_gateway": beyondcorp.ResourceBeyondcorpAppGateway(),
10401040
"google_biglake_catalog": biglake.ResourceBiglakeCatalog(),
1041+
"google_biglake_database": biglake.ResourceBiglakeDatabase(),
10411042
"google_bigquery_dataset": bigquery.ResourceBigQueryDataset(),
10421043
"google_bigquery_dataset_access": bigquery.ResourceBigQueryDatasetAccess(),
10431044
"google_bigquery_job": bigquery.ResourceBigQueryJob(),

0 commit comments

Comments
 (0)