Merge pull request #10589 from kitsunde/patch-1
Keep a consistent provider order.
This commit is contained in:
commit
b550310090
|
@ -23,8 +23,8 @@ Here is an example that will setup the following:
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
provider "scaleway" {
|
provider "scaleway" {
|
||||||
access_key = ""
|
|
||||||
organization = ""
|
organization = ""
|
||||||
|
access_key = ""
|
||||||
region = "par1"
|
region = "par1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue