Skip to content

Commit

Permalink
Fix vault_aws_auth_backend_cert typo in docs (#2319)
Browse files Browse the repository at this point in the history
fix(vault_aws_auth_backend_cert): typo in docs
  • Loading branch information
in0rdr authored Sep 5, 2024
1 parent 32c490c commit 3e2a3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_cert.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "vault_auth_backend" "aws" {
}
resource "vault_aws_auth_backend_cert" "cert" {
backend = vault_auth_backend.aws.path}"
backend = vault_auth_backend.aws.path
cert_name = "my-cert"
aws_public_cert = file("${path.module}/aws_public_key.crt)"
type = "pkcs7"
Expand Down

0 comments on commit 3e2a3c8

Please sign in to comment.