Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 562 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 562 Bytes

Instructions

  1. Add your details to be able to run the script. You can do it with two possible ways. Either rename the terraform,tfvars.example to terraform.tfvars and add them there.(Suggested way) Or directly put them on variables.tf accordingly.
  2. Download latest terraform from (https://www.terraform.io/downloads.html) following instruction for your OS.
  3. Run make
  4. If you don't want run directly make you can run terraform plan check the plan and afterwards terraform apply to apply it on your infrastructure.