From 86453f5c71edfae2ba1b987bd3a785adb4ed71dc Mon Sep 17 00:00:00 2001 From: Alex Cazacu Date: Wed, 2 Jun 2021 14:51:37 +0200 Subject: [PATCH] Save configuration using correct variable names --- dnsapi/dns_gcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi/dns_gcloud.sh b/dnsapi/dns_gcloud.sh index 3bfd1568..67ed06b6 100755 --- a/dnsapi/dns_gcloud.sh +++ b/dnsapi/dns_gcloud.sh @@ -97,8 +97,8 @@ _dns_gcloud_authenticate() { _info "_dns_gcloud_authenticate: configured gcloud project" - _saveaccountconf_mutable CF_Token "$CF_Token" - _saveaccountconf_mutable CF_Account_ID "$CF_Account_ID" + _saveaccountconf_mutable GCLOUD_Service_Account_Key "$GCLOUD_Service_Account_Key" + _saveaccountconf_mutable GCLOUD_Project_ID "$GCLOUD_Project_ID" } _dns_gcloud_start_tr() {