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

https://github.com/will8ug/basic-linux-vm


https://github.com/will8ug/basic-linux-vm

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# basic-linux-vm

Relevant commands of this repository:
```shell
# put a public key - "pub_key" to current folder before apply

terraform login

terraform init
terraform apply

terraform destroy

##########
terraform apply -var='location=westus'
terraform apply -var='create_bastion=true' -var='location=eastasia'

```