Skip to content

keumartist/terraform-aws-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Template for AWS

This template sets up Lambda, API Gateway, a static website, Route53, ACM, DynamoDB, and IAM

Easily create a serverless API and static website using this template

How to use

Initialize terraform

terraform -chdir=terraform/env/dev init

Create execution plan

terraform -chdir=terraform/env/dev plan

Execute the actions proposed in plan. This command will create and modify actual resources

terraform -chdir=terraform/env/dev apply

About

Template for structured terraform codes for aws

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages