Skip to content

Commit 25e0e7a

Browse files
Preetam Kumarravinitp
authored andcommitted
Bug fix : Regression introduced database server datasource
1 parent 443ffce commit 25e0e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/register_datasource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ func init() {
545545
RegisterDatasource("oci_database_db_node_console_connections", tf_database.DatabaseDbNodeConsoleConnectionsDataSource())
546546
RegisterDatasource("oci_database_db_nodes", tf_database.DatabaseDbNodesDataSource())
547547
RegisterDatasource("oci_database_db_server", tf_database.DatabaseDbServerDataSource())
548+
RegisterDatasource("oci_database_db_servers", tf_database.DatabaseDbServersDataSource())
548549
RegisterDatasource("oci_database_db_systems", tf_database.DatabaseDbSystemsDataSource())
549550
RegisterDatasource("oci_database_db_system_compute_performances", tf_database.DatabaseDbSystemComputePerformancesDataSource())
550551
RegisterDatasource("oci_database_db_system_patches", tf_database.DatabaseDbSystemPatchesDataSource())

0 commit comments

Comments
 (0)