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

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

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
```