Skip to content

Commit def9287

Browse files
committed
Fix : updated the README with minor release version.
1 parent 149812f commit def9287

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Here is an example of how you can use this module in your inventory structure:
7171
```hcl
7272
module "sftp" {
7373
source = "clouddrove/sftp/aws"
74+
version = "1.3.1"
7475
name = "sftp"
7576
environment = "test"
7677
label_order = ["environment", "name"]

README.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ usage : |-
4242
```hcl
4343
module "sftp" {
4444
source = "clouddrove/sftp/aws"
45+
version = "1.3.1"
4546
name = "sftp"
4647
environment = "test"
4748
label_order = ["environment", "name"]
@@ -61,6 +62,7 @@ usage : |-
6162
```hcl
6263
module "sftp" {
6364
source = "clouddrove/sftp/aws"
65+
version = "1.3.1"
6466
name = "sftp"
6567
environment = "test"
6668
label_order = ["environment", "name"]

0 commit comments

Comments
 (0)