1 article in Terraform
How to Deploy MockServer to Azure using Terraform and Docker
January 29, 2025
Deploying applications using Terraform and Docker makes it extremely quick and easy to setup software in Azure. In this tutorial I use the MockServer docker image to deploy an application that can be used to mock REST API calls during development phases. Checkout the MockServer docs for more…