Azure – restore CosmosDB account using Terraform
I am trying to create a new Azure CosmosDB account in terraform account using: create_mode = "Restore" Basically I am trying to restore from an existing DB, and the code needs another input attribute, of the source DB: "source_cosmosdb_account_id" =…