Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 25, 2023
1 parent bb2780d commit 4f94273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ def lambda_handler(
'TXT',
heritage_value
)
append_msg = f"TXT for CNAME record in zone id: {cname_domain_suffix_id} owner phz_collection_by_vpc[cname_domain_suffix]['owner_account']} " + \
append_msg = f"TXT for CNAME record in zone id: {cname_domain_suffix_id} owner {phz_collection_by_vpc[cname_domain_suffix]['owner_account']} " + \
f"hostname {cname_host_name} in zone {cname_domain_suffix} with value {heritage_value}"

if create_response == 'success':
Expand Down

0 comments on commit 4f94273

Please sign in to comment.