https://github.com/lukeorellana/terraform-azure-testing
A guide on how to test Terraform code.
https://github.com/lukeorellana/terraform-azure-testing
Last synced: 6 days ago
JSON representation
A guide on how to test Terraform code.
- Host: GitHub
- URL: https://github.com/lukeorellana/terraform-azure-testing
- Owner: lukeorellana
- Created: 2020-05-01T18:16:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T17:20:27.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T07:15:19.956Z (5 months ago)
- Language: HCL
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - lukeorellana/terraform-azure-testing - A guide on how to test Terraform code. (HCL)
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.