fixup! route53: Add support for Amazon AWS Route 53
final comma
This commit is contained in:
parent
bb35b0d482
commit
6a9c5d4c4b
1 changed files with 2 additions and 2 deletions
|
@ -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'} = {
|
||||||
|
|
Loading…
Reference in a new issue