Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 648 Bytes

Getting Started

Clone the repo

$ git clone [email protected]:theakshaygupta/terraform-templates.git

Install Terraform and set permissions to scripts through:

$ make deps

That's it! You can get your infrastructure up and running now.

Example

$ mv AWS/fargate/example.terraform.tfvars AWS/fargate/terraform.tfvars
$ make fargate
$ make destroy-fargate

Available

You can check for availability in Makefile to make sure there are no conflicts but available are:

- acm // Certificate Manager
- fargate
- vpc // custom with high-availability
- static-webhosting // including cloudfront distribution