Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Vagrant.configure('2') do |config|
# (Must not fail due to missing ENV variables because this file is loaded for all providers)
v.access_key_id = ENV['BOSH_AWS_ACCESS_KEY_ID'] || ''
v.secret_access_key = ENV['BOSH_AWS_SECRET_ACCESS_KEY'] || ''
v.session_token = ENV['BOSH_AWS_SESSION_TOKEN'] || ''
v.ami = ''
end

Expand Down
1 change: 1 addition & 0 deletions docs/aws-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The full list of supported environment variables follows:
|---|---|---|
|BOSH_AWS_ACCESS_KEY_ID |AWS Access Key ID | |
|BOSH_AWS_SECRET_ACCESS_KEY |AWS Secret Access Key | |
|BOSH_AWS_SESSION_TOKEN |AWS STS Session Token | |
|BOSH_LITE_REGION |AWS Region name |us-east-1|
|BOSH_LITE_KEYPAIR |AWS EC2 Key Pair name |bosh|
|BOSH_LITE_PRIVATE_KEY |Local file path for private key matching `BOSH_LITE_KEYPAIR` |~/.ssh/id_rsa_bosh|
Expand Down