Skip to content

Commit 835d5cf

Browse files
authored
Keep a consistent provider order.
1 parent 297f7f7 commit 835d5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/scaleway/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Here is an example that will setup the following:
2323

2424
```hcl
2525
provider "scaleway" {
26-
access_key = ""
2726
organization = ""
27+
access_key = ""
2828
region = "par1"
2929
}
3030

0 commit comments

Comments
 (0)