Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (21 loc) · 1.3 KB

Terratest Azure Examples

The following examples use terraform to deploy things on azure and use terratest to check whether the infrastructure works properly. For more information, please read reference and see details in each example. Any issues and pull request encouraged.

Available Examples

Compute

Use terraform azure module "compute" to deploy one or more virtual machines on azure. Then use terratest to ssh to virtual machines.

Database

Use terraform azure resources or module "database" to deploy a database on azure. Then use terratest to connect to the database.

Webapp

Use resources from terraform azure module "webapp" to deploy a web application on azure. Then use terratest to send http request.

Composite

Use terraform azure module "compute" to deploy one virtual machine on azure. Then use terratest to ssh to it and also send http request.

Reference

Azure

Azure Portal

Azure Cloud Shell

Terraform

Terraform Index Page

Terraform Modules for Azure

Terraform Tutorial on Azure

Terratest

Terratest Source Code & Document