- 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. - Download latest terraform from (https://www.terraform.io/downloads.html) following instruction for your OS.
- Run
make
- If you don't want run directly
make
you can runterraform plan
check the plan and afterwardsterraform apply
to apply it on your infrastructure.