Skip to content

Commit

Permalink
Add support for Database Migration Services Private Connections (#9149)
Browse files Browse the repository at this point in the history
[upstream:7d6aeb1700346f7e8eda62f7b31da8ddd0d61b36]

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

// Generated resources: 388
// Generated resources: 389
// Generated IAM resources: 237
// Total generated resources: 625
// Total generated resources: 626
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1398,6 +1398,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_container_attached_cluster": containerattached.ResourceContainerAttachedCluster(),
"google_billing_project_info": corebilling.ResourceCoreBillingProjectInfo(),
"google_database_migration_service_connection_profile": databasemigrationservice.ResourceDatabaseMigrationServiceConnectionProfile(),
"google_database_migration_service_private_connection": databasemigrationservice.ResourceDatabaseMigrationServicePrivateConnection(),
"google_data_catalog_entry": datacatalog.ResourceDataCatalogEntry(),
"google_data_catalog_entry_group": datacatalog.ResourceDataCatalogEntryGroup(),
"google_data_catalog_entry_group_iam_binding": tpgiamresource.ResourceIamBinding(datacatalog.DataCatalogEntryGroupIamSchema, datacatalog.DataCatalogEntryGroupIamUpdaterProducer, datacatalog.DataCatalogEntryGroupIdParseFunc),
Expand Down
Loading

0 comments on commit 942c96b

Please sign in to comment.