Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lukeorellana/terraform-azure-testing
- Owner: lukeorellana
- Created: 2020-05-01T18:16:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T17:20:27.000Z (over 4 years ago)
- Last Synced: 2024-11-13T15:49:47.432Z (2 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.