Capgemini / Apollo

:rocket: An open-source platform for cloud native applications based on Apache Mesos and Docker.
http://capgemini.github.io/devops/apollo/
MIT License
723 stars 105 forks source link

Update aws documentation #683

Closed joe1chen closed 8 years ago

joe1chen commented 8 years ago

One thing to note is that there are references to both ${var.public_key_file} (in main.tf) and as well as TF_VAR_key_file (in util.sh), so both TF_VAR_public_key_file and TF_VAR_key_file need to be defined.

It might be better to merge these variables into a single one.

joe1chen commented 8 years ago

BTW, this fixes #678.

wallies commented 8 years ago

cheers @joe1chen