From a29f611cf62e370c77f1f06c9aedb5f7a82570de Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 11 Jul 2019 16:52:28 -0700 Subject: [PATCH] Adding 'service_account_file' type (#309) Signed-off-by: Modular Magician --- plugins/doc_fragment/gcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/doc_fragment/gcp.py b/plugins/doc_fragment/gcp.py index 43c1c4d..60a98d0 100644 --- a/plugins/doc_fragment/gcp.py +++ b/plugins/doc_fragment/gcp.py @@ -27,6 +27,7 @@ options: service_account_file: description: - The path of a Service Account JSON file if serviceaccount is selected as type. + type: path service_account_email: description: - An optional service account email address if machineaccount is selected