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

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.

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
```