Skip to content

Commit

Permalink
Update cosmos-mongo module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Menghua1 committed Oct 9, 2024
1 parent 17f0961 commit 93947a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var defaultDatabaseName = 'Todo'
var actualDatabaseName = !empty(cosmosDatabaseName) ? cosmosDatabaseName : defaultDatabaseName

module cosmos 'br/public:avm/res/document-db/database-account:0.6.0' = {
name: 'cosmos'
name: 'cosmos-mongo'
params: {
locations: [
{
Expand Down

0 comments on commit 93947a2

Please sign in to comment.