From 7d7ae3d8b885a3db33ffdfd65fa266ba3da53a48 Mon Sep 17 00:00:00 2001 From: Janosch Maier Date: Thu, 15 Nov 2018 22:56:12 +0100 Subject: [PATCH] Fix incorrect parameter name in docs (#5798) --- 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 e6eaa8e1bd..a66071f727 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": "gce", + "type": "gce", "ttl": 1800 } }