From 5fe611a58e07ff9dce6d24297e80030bc7a67e4a Mon Sep 17 00:00:00 2001 From: Dustin Alandzes <5882512+DustinAlandzes@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:28:33 -0500 Subject: [PATCH] Update link to joplin documentation on s3 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a6bc99..f616046 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ -A repository for a module that creates an S3 bucket, and IAM user that only has access to it. + +This is a repository for a Terraform module that creates an AWS S3 bucket, along with an IAM user that only has access to that bucket. + It will output the bucket, access key and secret you need to add to Joplin. [Terraform Registry](https://registry.terraform.io/modules/DustinAlandzes/joplin-s3-bucket/aws/latest) @@ -59,7 +61,8 @@ terraform { ``` Because `joplin_aws_secret` is marked as sensitive you'll need to get it from the state (The State tab in terraform cloud). + ## documentation -https://github.com/laurent22/joplin#aws-s3-synchronisation +https://github.com/laurent22/joplin#s3-synchronisation