Skip to content

Commit 06e2ce3

Browse files
author
Sohan Yadav
committed
fixed readme
1 parent d4c894a commit 06e2ce3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Here is an example of how you can use this module in your inventory structure:
8080
key_path = "~/.ssh/id_rsa.pub"
8181
user_name = "ftp-user"
8282
enable_sftp = true
83-
s3_bucket_id = module.s3_bucket.id
83+
s3_bucket_id = clouddrove_dev_s3_bucket
8484
}
8585
```
8686

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ usage : |-
4444
key_path = "~/.ssh/id_rsa.pub"
4545
user_name = "ftp-user"
4646
enable_sftp = true
47-
s3_bucket_id = module.s3_bucket.id
48-
}
47+
s3_bucket_id = clouddrove_dev_s3_bucket
48+
}
4949
```

0 commit comments

Comments
 (0)