Skip to content

Commit

Permalink
fix(docs/resources/api_key.md): issue in documentation with terraform…
Browse files Browse the repository at this point in the history
… syntac missing a closing double quote
  • Loading branch information
stephen.klaus authored and MCBrandenburg committed Sep 24, 2021
1 parent a35c9f1 commit 1c097ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/api_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The FusionAuth APIs are primarily secured using API keys. This API can only be a
resource "fusionauth_api_key" "example" {
tenant_id = "94f751c5-4883-4684-a817-6b106778edec"
description = "my super secret key"
key = "super-secret-key
key = "super-secret-key"
permissions_endpoints {
endpoint = "/api/application"
get = true
Expand Down

0 comments on commit 1c097ea

Please sign in to comment.