Skip to content

Commit

Permalink
Show example of ~/.softlayer for provider credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renier Morales committed Mar 21, 2017
1 parent deeab85 commit 5f06390
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ provider "softlayer" {}

You can also put credentials in _~/.softlayer_. See the [softlayer api python client docs](http://softlayer-python.readthedocs.io/en/latest/config_file.html) for details on this configuration file.

**~/.softlayer**:

```
[softlayer]
username = <your username>
api_key = <your api key>
```

Other optional properties you can set in the provider:

```hcl
Expand Down

0 comments on commit 5f06390

Please sign in to comment.