Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Sep 11, 2019
1 parent d4c894a commit 06e2ce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Here is an example of how you can use this module in your inventory structure:
key_path = "~/.ssh/id_rsa.pub"
user_name = "ftp-user"
enable_sftp = true
s3_bucket_id = module.s3_bucket.id
s3_bucket_id = clouddrove_dev_s3_bucket
}
```

Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ usage : |-
key_path = "~/.ssh/id_rsa.pub"
user_name = "ftp-user"
enable_sftp = true
s3_bucket_id = module.s3_bucket.id
}
s3_bucket_id = clouddrove_dev_s3_bucket
}
```

0 comments on commit 06e2ce3

Please sign in to comment.