Skip to content

Commit

Permalink
fix: fixes move
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenSpellmaker committed Aug 20, 2024
1 parent 6f473c8 commit 71b9523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurerm/modules/azurerm-server-side-app/moved.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ moved {
}

moved {
from = module.app.module.cosmosdb
to = module.app.module.cosmosdb[0]
from = module.cosmosdb
to = module.cosmosdb[0]
}

0 comments on commit 71b9523

Please sign in to comment.