Add missing $ to docs/02-providers/aws/01-setup.md

This commit is contained in:
Nick den Engelsman 2016-10-17 20:30:42 +02:00
parent 87792d82d1
commit 5f85b4a8c6

View File

@ -120,7 +120,7 @@ custom:
prod:
profile: your-profile-for-prod
provider:
profile: ${self:custom.{opt:stage}.profile}
profile: ${self:custom.${opt:stage}.profile}
```
One set of credentials for all stages using environment variables