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