DEV Community

Will Velida
Will Velida

Posted on

Creating Database and Containers in Azure Cosmos DB with Terraform

Terraform is an open-source tool that helps us provision and manage our cloud infrastructure. With Terraform, we can automate our infrastructure management, helping us as developers to understand what is being deployed before it is actually deployed. Terraform supports multiple clouds, providing us with consistent tooling for provisioning infrastructure.

In this video, I show you how you can create databases and containers for your Azure Cosmos DB account using Terraform.

I also show you how you can use variables in Terraform to make your Terraform code more configurable across different terraform configurations.

If you have any questions, feel free to comment below or reach out to me on Twitter: https://twitter.com/willvelida

Top comments (0)