fixup! route53: Add support for Amazon AWS Route 53

final comma
This commit is contained in:
Richard Hansen 2024-12-19 23:18:02 -05:00
parent bb35b0d482
commit 6a9c5d4c4b

View file

@ -1312,8 +1312,8 @@ our %protocols = (
# Typically the 'global' region in AWS is interpreted as 'us-east-1' however it could change so # Typically the 'global' region in AWS is interpreted as 'us-east-1' however it could change so
# please override if required # please override if required
# AWS_REGION (Optional) # AWS_REGION (Optional)
'aws-region' => setv(T_STRING, 0, 'us-east-1', undef) 'aws-region' => setv(T_STRING, 0, 'us-east-1', undef),
} },
), ),
); );
$cfgvars{'merged'} = { $cfgvars{'merged'} = {