1
0
mirror of https://github.com/elisspace/Wakanda-Forever.git synced 2026-08-29 15:44:11 +00:00

Update README.md

This commit is contained in:
q0phi80
2022-07-23 16:38:11 -04:00
committed by GitHub
parent 39943586ba
commit 002d7e48bf

View File

@@ -137,6 +137,14 @@ aws ec2 describe-instances --query 'Reservations[].Instances[].[Tags[?Key==`Name
```
terraform destroy --auto-approve
```
### Creat new workspace
```
terraform workspace new example
```
## List workspace
```
terraform workspace list
```
## Credits
```
- XPN: https://github.com/xpn/Demoland
@@ -149,4 +157,5 @@ terraform destroy --auto-approve
- https://www.infracost.io/docs/#1-install-infracost
- https://github.com/mandiant/commando-vm/blob/master/packages.csv
- https://github.com/paidem/guacozy
- https://www.terraform.io/cli
```