Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Jan 3, 2021
1 parent 3aa5525 commit deee502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit deee502

Please sign in to comment.