https://github.com/code4clouds/terraform-module-sample
A quick terraform module sample deployment for Azure.
https://github.com/code4clouds/terraform-module-sample
Last synced: 5 months ago
JSON representation
A quick terraform module sample deployment for Azure.
- Host: GitHub
- URL: https://github.com/code4clouds/terraform-module-sample
- Owner: code4clouds
- License: mit
- Created: 2019-03-22T00:02:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T00:13:46.000Z (over 7 years ago)
- Last Synced: 2025-06-01T07:55:14.664Z (about 1 year ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terrafom Sample with Azure
This is a quick terraform example for Azure. It create two resource groups using modules and passing inputs and output variables.
## Usage
``` bash
$ cd azure
$ terraform init
$ terraform plan
$ terraform apply
```