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
- Host: GitHub
- URL: https://github.com/tankibaj/terraform-aws-multi-accounts
- Owner: tankibaj
- Created: 2021-10-02T21:05:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T21:06:17.000Z (about 4 years ago)
- Last Synced: 2025-02-17T21:36:54.298Z (8 months ago)
- Topics: aws, terraform
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```