Skip to content

Commit

Permalink
doc(README): add source/version in example call
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Bob Massard <[email protected]>
  • Loading branch information
tbobm committed Oct 28, 2021
1 parent 64ebba0 commit 3a1bcba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ The module takes a `map` of objects for each database to configure.

```hcl
module "database" {
source = "particuleio/database/scaleway"
version = "1.1.1" # use latest version
databases = {
main = {
node_type = "DB-DEV-S"
Expand Down

0 comments on commit 3a1bcba

Please sign in to comment.