Grenoble, 08/11/2016
- docker
Create a terraform.tfvars
containing your credentials:
aws_access_key = "..."
aws_secret_key = "..."
Check if all is ok:
make validate
Plan your execution:
make plan
Apply!
make apply
Destroy (if needed)
make destroy