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

https://github.com/tomoki171923/terraform-aws

This repository is the AWS Infrastructure as Code by Terraform. These are all samples.
https://github.com/tomoki171923/terraform-aws

aws terraform terraform-modules

Last synced: 3 months ago
JSON representation

This repository is the AWS Infrastructure as Code by Terraform. These are all samples.

Awesome Lists containing this project

README

          

**Table of Contents**

- [terraform-aws](#terraform-aws)
- [Procedure](#procedure)

# terraform-aws

This repository is the AWS Infrastructure as Code by Terraform. These are all samples.

### Procedure

e.g. vpc
~~~
cd vpc
terraform init -backend-config=./backends/dev.config
terraform plan
terraform apply
~~~