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
|
||||
provider "scaleway" {
|
||||
access_key = ""
|
||||
organization = ""
|
||||
access_key = ""
|
||||
region = "par1"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue