Skip to content

Commit 3a1bcba

Browse files
committed
doc(README): add source/version in example call
Signed-off-by: Theo Bob Massard <[email protected]>
1 parent 64ebba0 commit 3a1bcba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ The module takes a `map` of objects for each database to configure.
1717

1818
```hcl
1919
module "database" {
20+
source = "particuleio/database/scaleway"
21+
version = "1.1.1" # use latest version
22+
2023
databases = {
2124
main = {
2225
node_type = "DB-DEV-S"

0 commit comments

Comments
 (0)