I'm creating CosmosDB with Terraform as I'm passing parameters to create cosmosDB with a excel sheet for automation and creating cosmosDB stuff like containers, storedprocedures and UDF with Azure ARM template. My questions are- 1- How can I pass CosmosDB account name in ARM template from Terraform. 2- How can I pass no of containers or storedprocedures in ARM template on run time. For instance, my application team wants to create one container within same CosmosDb or sometimes they wants multiple containers within same DB so how can I pass no of containers on run time in ARM template.