https://github.com/drewmoore/terraform-tutorial-aws
Trying Out Terraform for AWS
https://github.com/drewmoore/terraform-tutorial-aws
Last synced: 5 months ago
JSON representation
Trying Out Terraform for AWS
- Host: GitHub
- URL: https://github.com/drewmoore/terraform-tutorial-aws
- Owner: drewmoore
- Created: 2020-01-30T14:32:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T16:18:17.000Z (over 6 years ago)
- Last Synced: 2025-06-03T10:59:31.783Z (about 1 year ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-tutorial-aws
This is me learning Terraform. This is the official tutorial at https://learn.hashicorp.com/terraform/getting-started/build. Using Terraform v0.12.8.
## Commands
```
terraform init
```
```
terraform fmt
```
```
terraform validate
```
```
terraform plan
```
```
terraform apply
```
```
terraform show
```
```
terraform destroy
```