Keep a consistent provider order.

This commit is contained in:
Kit Sunde 2016-12-08 06:10:34 +08:00 committed by GitHub
parent 297f7f7785
commit 835d5cfa78
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"
}