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

https://github.com/amitgujar/terraform-azure-svc

This is a starter template for your terraform projects which uses Azure as a provider. You can add your resources in modules and make changes accordingly.
https://github.com/amitgujar/terraform-azure-svc

iaac microsoft-azure terraform terraform-module

Last synced: 6 months ago
JSON representation

This is a starter template for your terraform projects which uses Azure as a provider. You can add your resources in modules and make changes accordingly.

Awesome Lists containing this project

README

          

### Initialize terraform

```
terraform init -upgrade
```

### Make a plan

```
terraform plan -out main.tfplan
```

### Apply changes

```
terraform apply.
```

### Execute connect.ps1 file to get access of jumpbox vm.