Skip to content

Commit

Permalink
Merge pull request #683 from joe1chen/fix-aws-documentation
Browse files Browse the repository at this point in the history
Update aws documentation
  • Loading branch information
wallies committed Mar 23, 2016
2 parents ceb8db3 + 3383a76 commit 08d3d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/getting-started-guides/aws-public.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ For a full list of default config options for AWS see `bootstrap/aws-public/conf
As a minimum you will need to set these environment variables -

```
APOLLO_PROVIDER=aws-public
APOLLO_PROVIDER=aws/public-cloud
TF_VAR_access_key
TF_VAR_secret_key
TF_VAR_key_name="deployer"
TF_VAR_key_file='~/.ssh/id_rsa_aws.pub'
TF_VAR_public_key_file='~/.ssh/id_rsa_aws.pub'
```

#### Turn up the cluster
Expand Down
3 changes: 2 additions & 1 deletion docs/getting-started-guides/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ For a full list of default config options for AWS see `bootstrap/aws/config-defa
As a minimum you will need to set these environment variables -

```
APOLLO_PROVIDER=aws
APOLLO_PROVIDER=aws/private-cloud
TF_VAR_user
TF_VAR_access_key
TF_VAR_secret_key
TF_VAR_key_name="deployer"
TF_VAR_key_file='~/.ssh/id_rsa_aws.pub'
TF_VAR_public_key_file='~/.ssh/id_rsa_aws.pub'
TF_VAR_private_key_file='~/.ssh/id_rsa_aws.pem'
```

Expand Down

0 comments on commit 08d3d61

Please sign in to comment.