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

https://github.com/tankibaj/terraform-aws-multi-accounts

AWS multiple accounts with terraform
https://github.com/tankibaj/terraform-aws-multi-accounts

aws terraform

Last synced: 5 months ago
JSON representation

AWS multiple accounts with terraform

Awesome Lists containing this project

README

          

Provision ec2 instance on aws multi accounts environment.

### Quick Start

- Navigate to live directory

```bash
cd live
```

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