From deee502ac0978bd61a5b16c4bb084bfea543eb49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Sodr=C3=A9?= Date: Sat, 2 Jan 2021 21:51:34 -0500 Subject: [PATCH] Fix docs --- README.md | 2 +- README.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81da550..0e3ece4 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Here's how to invoke this example module in your projects ```hcl module "encrypt" { - source = "zeroae/shell/rsa-encrypt" + source = "zeroae/rsa-encrypt/shell" public_key_pem = file("path/to/public-key.pem") content_base64 = filebase64("path/to/sensitive.txt") diff --git a/README.yaml b/README.yaml index 5840fcd..9213944 100644 --- a/README.yaml +++ b/README.yaml @@ -62,7 +62,7 @@ usage: |- ```hcl module "encrypt" { - source = "zeroae/shell/rsa-encrypt" + source = "zeroae/rsa-encrypt/shell" public_key_pem = file("path/to/public-key.pem") content_base64 = filebase64("path/to/sensitive.txt")