Skip to content

foreverXZC/terratest_azure_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terratest examples based on Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published