From 3744fcc69aaf4c7110225208abfb9ee4ccff3434 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Wed, 14 Nov 2018 17:16:04 -0800 Subject: [PATCH] Fix incorrect parameter name in docs (#5793) Fixes https://github.com/hashicorp/vault-plugin-auth-gcp/issues/56 --- website/source/api/auth/gcp/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/auth/gcp/index.html.md b/website/source/api/auth/gcp/index.html.md index 29c2119201..e6eaa8e1bd 100644 --- a/website/source/api/auth/gcp/index.html.md +++ b/website/source/api/auth/gcp/index.html.md @@ -374,7 +374,7 @@ $ curl \ "prod" ], "project_id": "project-123456", - "role_type": "gce", + "role": "gce", "ttl": 1800 } }