Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukeorellana/terraform-azure-testing

A guide on how to test Terraform code.
https://github.com/lukeorellana/terraform-azure-testing

Last synced: 4 days ago
JSON representation

A guide on how to test Terraform code.

Awesome Lists containing this project

README

        

This repository is an example of a typical Terraform module repository structure with tests. However, the tests are not written yet, follow along with this [step-by-step tutorial](https://cloudskills.io/blog/terraform-azure-08) on CloudSkills to complete writing tests for this module. This module deploys an Azure Virtual Network as well as configure a Network Security Group. There is also a helper module for peering Virtual Networks together.