https://github.com/yingding/azure_iac_templates
A collection of terraform modules for IaC for Azure cloud subscriptions
https://github.com/yingding/azure_iac_templates
Last synced: 3 months ago
JSON representation
A collection of terraform modules for IaC for Azure cloud subscriptions
- Host: GitHub
- URL: https://github.com/yingding/azure_iac_templates
- Owner: yingding
- License: mit
- Created: 2025-01-20T16:40:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T12:21:15.000Z (over 1 year ago)
- Last Synced: 2025-03-23T05:12:43.116Z (over 1 year ago)
- Language: HCL
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This repository introduced template code of Terraform IaC on Azure for multi-environment deployment, through an automated powershell script.
The environment can be switch by providing the appropriate credentials in `envs/xxxx.env` file and pass it as parameter to the
`run-terraform.ps1` script in the root module
## Quick Start Guide
see [Quick Start](./QuickStart.md) guide to start.