From 06e2ce3e9c0d3c79244672c16947ac10de0c21cd Mon Sep 17 00:00:00 2001 From: Sohan Yadav Date: Wed, 11 Sep 2019 19:28:40 +0530 Subject: [PATCH] fixed readme --- README.md | 2 +- README.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39ae240..d4ae59a 100644 --- a/README.md +++ b/README.md @@ -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 } ``` diff --git a/README.yaml b/README.yaml index fd2de75..1098d2a 100644 --- a/README.yaml +++ b/README.yaml @@ -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 + } ``` \ No newline at end of file