Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

Case 1 - S3

Check USAGE.md to know what is going to be created.

Setup

  1. Modify the terraform.tfvars file by adding the value of the variables.

  2. Deploy the AWS resources using:

make plan
make apply

Destroy

To remove all resources use the following command:

make destroy