From 5e107cd009dbeb07cc24c0e08e5c4135e34b569d Mon Sep 17 00:00:00 2001 From: Raphael Randschau Date: Mon, 10 Oct 2016 20:05:16 +0200 Subject: [PATCH] provider/scaleway: Update provider docs with new attribute --- .../source/docs/providers/scaleway/index.html.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/scaleway/index.html.markdown b/website/source/docs/providers/scaleway/index.html.markdown index c95bdfa54..9167bde08 100644 --- a/website/source/docs/providers/scaleway/index.html.markdown +++ b/website/source/docs/providers/scaleway/index.html.markdown @@ -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