https://github.com/will8ug/basic-linux-vm
https://github.com/will8ug/basic-linux-vm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/will8ug/basic-linux-vm
- Owner: will8ug
- License: bsd-2-clause
- Created: 2024-01-24T07:34:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T16:58:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T18:17:00.615Z (over 1 year ago)
- Language: HCL
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```