Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 328 Bytes

#Introduction

Terraform is an amazing tool that helps you provision infrastructure as a code. In this repo you can find an example of HA model build by terraform. To provision the above code in your aws infra, run the commands below:

terraform plan
terraform apply

To see the resources created

terraform show