Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roberthstrand/terraform-azure-examples
- Owner: roberthstrand
- License: gpl-3.0
- Created: 2020-08-26T10:37:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T15:18:51.000Z (about 4 years ago)
- Last Synced: 2024-10-10T18:10:57.153Z (28 days ago)
- Topics: azure, terraform
- Language: HCL
- Homepage: https://roberthstrand.github.io/terraform-azure-examples/
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)