-
Notifications
You must be signed in to change notification settings - Fork 265
Terraform AWS plugin Doc: it is not clear where to configure AWS related credential #210
Comments
Curious if this is supplied in a third file like .tfvar file or env vars.... I don't see the terraform instance plugin code takes the -var-file as the param. |
@linsun, I made sure to put my SSH keypair here and here in the
I believe I also needed to make sure that my |
Thank you @anonymuse! Ah, I didn't realize that key_name is the only thing needed for applying terraform AWS plan. yes, i am curious on the ssh key too, i would think that should be specified in the connection blob. |
Sounds like some progress was made here. Anything that should be fed back into docs? |
…onvention (docker-archive#210) * Shorter output; move files to conform to convention * Incorporated PR207 and removed extra output * Remove extra file (emacs backup); added exclusion in .gitignore * Restore deleted rules in .gitignore after bad merge conflict resolve
I have been following the demo: https://github.com/docker/infrakit/blob/master/example/instance/terraform/cattle_demo.md
I saw the 3 instance-*.tf.json file created in my was-two-tier folder but I'm missing the docs on how do I configure my AWS to deploy these onto my AWS. I believe just the json plan file is generated but i don't see how to configure the deployment to AWS. Would be great to get this clarified.
The text was updated successfully, but these errors were encountered: