Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wcrbrm authored Dec 11, 2020
1 parent b4cfa98 commit 060915a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# terraform-provider-openssl-passwd
# terraform-provider-openssl

Terraform Provider to wrap `openssl passwd` command

Expand All @@ -8,7 +8,7 @@ Its main resource, `openssl_passwd` has password value on input and and hash on

## Example Usage
```
provider "passwd" {
provider "openssl" {
}
resource "openssl_passwd" password {
Expand Down

0 comments on commit 060915a

Please sign in to comment.