Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eveld/azure_terraform_example

An example based on a tweet by @DarqueWarrior - https://twitter.com/DonovanBrown/status/1082674245187104768
https://github.com/eveld/azure_terraform_example

Last synced: about 23 hours ago
JSON representation

An example based on a tweet by @DarqueWarrior - https://twitter.com/DonovanBrown/status/1082674245187104768

Awesome Lists containing this project

README

        

```
# Sign in to azure and set subscription.
az login
az account list
az account set --subscription="..."

# Initialize terraform
terraform init

# See which changes will be applied.
terraform plan

# Apply the changes.
terraform apply
```