Skip to content

Commit

Permalink
Update README with setting AWS profiles
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Tamás Michelberger committed Jul 24, 2017
1 parent 70580cb commit 6a6dd04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ resource "aws_db_instance" "postgres" {
AWS credentials are not directly set. Use one of the methods discussed
[here][awscred].

You can set a specific profile to use:

```hcl
provider "credstash" {
region = "us-east-1"
profile = "my-profile"
}
```

## Dependencies

For vendoring [govendor][govendor] is used.
Expand Down

0 comments on commit 6a6dd04

Please sign in to comment.