Skip to content

Commit cc654d7

Browse files
committed
Update README with correct terraform module source
1 parent 671dca0 commit cc654d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use the filepath of `jwks.json` as input for the `terraform-self-signed-jwt-aws-
2929
## Deployment
3030
```hcl
3131
module "self-signed-jwt-auth" {
32-
source="https://github.com/dropdump/terraform-self-signed-jwt-aws-http-gateway/"
32+
source = "github.com/dropdump/terraform-self-signed-jwt-aws-http-gateway"
3333
path_to_jwks = "/path/to/jwks.json"
3434
}
3535

0 commit comments

Comments
 (0)