Skip to content

Commit

Permalink
Fix : updated the README with minor release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Sep 4, 2023
1 parent 149812f commit def9287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Here is an example of how you can use this module in your inventory structure:
```hcl
module "sftp" {
source = "clouddrove/sftp/aws"
version = "1.3.1"
name = "sftp"
environment = "test"
label_order = ["environment", "name"]
Expand Down
2 changes: 2 additions & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ usage : |-
```hcl
module "sftp" {
source = "clouddrove/sftp/aws"
version = "1.3.1"
name = "sftp"
environment = "test"
label_order = ["environment", "name"]
Expand All @@ -61,6 +62,7 @@ usage : |-
```hcl
module "sftp" {
source = "clouddrove/sftp/aws"
version = "1.3.1"
name = "sftp"
environment = "test"
label_order = ["environment", "name"]
Expand Down

0 comments on commit def9287

Please sign in to comment.