provider/scaleway: Update provider docs with new attribute

This commit is contained in:
Raphael Randschau 2016-10-10 20:05:16 +02:00
parent d98e5200cc
commit 5e107cd009
No known key found for this signature in database
GPG Key ID: ECFD707E1275A182
1 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,7 @@ Here is an example that will setup the following:
provider "scaleway" {
access_key = ""
organization = ""
region = "par1"
}
resource "scaleway_ip" "ip" {
@ -81,10 +82,15 @@ credentials in your configuration file, you can leave them
out:
```
provider "scaleway" {}
provider "scaleway" {
organization = ""
access_key = ""
region = "par1"
}
```
...and instead set these environment variables:
- **SCALEWAY_ORGANIZATION**: Your Scaleway organization
- **SCALEWAY_ACCESS_KEY**: Your API Access key
- **SCALEWAY_REGION**: The Scaleway region