Skip to content
Open
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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ The yml file needs to look something like this:

```ruby
:cloud_providers: ['AWS', 'Brightbox']
:project_tag: "YOUR APP NAME"

:AWS:
:aws_access_key_id: "YOUR ACCESS KEY"
:aws_secret_access_key: "YOUR SECRET"
:params:
:region: 'eu-west-1'
:load_balanced: true
:project_tag: "YOUR APP NAME"

:Brightbox:
:brightbox_client_id: "YOUR CLIENT ID"
Expand Down