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.
- Host: GitHub
- URL: https://github.com/tomoki171923/terraform-aws
- Owner: tomoki171923
- License: mit
- Created: 2021-04-06T09:55:22.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-26T22:51:45.000Z (about 4 years ago)
- Last Synced: 2024-10-18T08:54:46.165Z (over 1 year ago)
- Topics: aws, terraform, terraform-modules
- Language: HCL
- Homepage:
- Size: 633 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
~~~