Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 27, 2023
1 parent 87ea667 commit 12d4237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
LOGGER = logging.getLogger()
account_id = None
region = None
VERSION = '1.2.0b72'
VERSION = '1.2.0b73'

# Read Env variables
DEBUG_LOG_LEVEL = os.environ.get('DebugLogLevel', 'INFO')
Expand Down Expand Up @@ -1002,7 +1002,7 @@ def lambda_handler(

if create_response == 'success':
dns_data.append(dns_data_tuple(
cf_zonename_id, cf_hostname, cf_zonename, 'CNAME', cf_fqdn))
cf_zonename_id, cf_hostname, cf_zonename, 'CNAME', final_private_dns_name))
LOGGER.info(
f"instance: {instance_id}, Created {append_msg} {lineno()}")
caller_response.append('Created ' + append_msg)
Expand Down

0 comments on commit 12d4237

Please sign in to comment.