Merge pull request #10589 from kitsunde/patch-1

Keep a consistent provider order.
This commit is contained in:
James Nugent 2016-12-07 16:48:30 -06:00 committed by GitHub
commit b550310090
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ Here is an example that will setup the following:
```hcl
provider "scaleway" {
access_key = ""
organization = ""
access_key = ""
region = "par1"
}