From 84503b793078353546937ccdb95bfee2b768f034 Mon Sep 17 00:00:00 2001 From: Alina Buzachis <abuzachis@redhat.com> Date: Sat, 22 Jul 2023 02:31:54 +0200 Subject: [PATCH] Fix doc_fragments/gcp.py (#587) Signed-off-by: Alina Buzachis <abuzachis@redhat.com> --- plugins/doc_fragments/gcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/gcp.py b/plugins/doc_fragments/gcp.py index 5dfeb00..a2d5212 100644 --- a/plugins/doc_fragments/gcp.py +++ b/plugins/doc_fragments/gcp.py @@ -47,7 +47,7 @@ options: type: str notes: - for authentication, you can set service_account_file using the - c(gcp_service_account_file) env variable. + c(GCP_SERVICE_ACCOUNT_FILE) env variable. - for authentication, you can set service_account_contents using the c(GCP_SERVICE_ACCOUNT_CONTENTS) env variable. - For authentication, you can set service_account_email using the