Skip to content

Commit 4bf2de9

Browse files
tbobmbenoit-garcia
authored andcommitted
docs(readme): tweak example
- Default example to use latest major version - Fill in the `name` argument with dummy string Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
1 parent 51ec50c commit 4bf2de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This repository is used to manage object storage buckets on scaleway using terra
1212
```hcl
1313
module "my_bucket" {
1414
source = "scaleway-terraform-modules/bucket/scaleway"
15-
version = "0.0.1"
15+
version = "~> 1"
1616
17+
name = "my_bucket"
1718
}
1819
```
1920

0 commit comments

Comments
 (0)