We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671dca0 commit cc654d7Copy full SHA for cc654d7
README.md
@@ -29,7 +29,7 @@ Use the filepath of `jwks.json` as input for the `terraform-self-signed-jwt-aws-
29
## Deployment
30
```hcl
31
module "self-signed-jwt-auth" {
32
- source="https://github.com/dropdump/terraform-self-signed-jwt-aws-http-gateway/"
+ source = "github.com/dropdump/terraform-self-signed-jwt-aws-http-gateway"
33
path_to_jwks = "/path/to/jwks.json"
34
}
35
0 commit comments