Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roberthstrand/terraform-azure-examples

Sample Terraform code
https://github.com/roberthstrand/terraform-azure-examples

azure terraform

Last synced: 3 days ago
JSON representation

Sample Terraform code

Awesome Lists containing this project

README

        

This repository is a gathering of Terraform code and configs, to illustrate what can be done in Microsoft Azure with Terraform. The reason why I'm creating this is to help promote use of Terraform with Azure, as well as having a place to store my demonstrations from talks and presentations. A curated selection of Terraform code, if you will.

_Feel free to use this code for your infrastructure. Just make sure you understand it first!_

## Examples based on scenarios

## Examples features

### Terraform 0.13

* [Variable Validation](0.13/variable-validation/README.md)
* [Count on Modules](0.13/count-module/README.md)
* [For_each on modules](0.13/foreach-module/README.md)