Skip to content

Commit

Permalink
Update deprecation status for mongodbatlas
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmi committed Dec 2, 2022
1 parent 6efb813 commit 4ee5fbf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions helper/builtinplugins/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,9 @@ func newRegistry() *registry {
Factory: removedFactory,
DeprecationStatus: consts.Removed,
},
// The mongodbatlas logical database plugin was mistakenly left
// out of the deprecation process last release, so it will lag
// behind by one release cycle.
"mongodbatlas": {
Factory: logicalMongoAtlas.Factory,
DeprecationStatus: consts.PendingRemoval,
},
// The mongodbatlas secrets engine is not the same as the database plugin equivalent
// (`mongodbatlas-database-plugin`), and thus will not be deprecated at this time.
"mongodbatlas": {Factory: logicalMongoAtlas.Factory},
"mssql": {
Factory: removedFactory,
DeprecationStatus: consts.Removed,
Expand Down

0 comments on commit 4ee5fbf

Please sign in to comment.