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

https://github.com/tankibaj/terraform-ec2

Provision ec2 instance(s) using Terraform and Cloud-init
https://github.com/tankibaj/terraform-ec2

Last synced: 5 months ago
JSON representation

Provision ec2 instance(s) using Terraform and Cloud-init

Awesome Lists containing this project

README

          

Provision ec2 instance(s) using Terraform and Cloud-init.

## Quick Start

#### Terraform

- Prepare your working directory for other commands

```bash
terraform init
```

- Show changes required by the current configuration

```bash
terraform plan
```

- Create infrastructure

```bash
terraform apply
```