We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73db4b3 commit 9b5b800Copy full SHA for 9b5b800
perfkitbenchmarker/providers/gcp/flags.py
@@ -272,7 +272,7 @@
272
flags.DEFINE_string(
273
'gcp_service_account', None, 'Service account to use for authorization.'
274
)
275
-flags.DEFINE_string(
+GCP_SERVICE_ACCOUNT_KEY_FILE = flags.DEFINE_string(
276
'gcp_service_account_key_file',
277
None,
278
'Local path to file that contains a private authorization '
0 commit comments